Click or drag to resize

ModuleResourceUriAttribute Class

Attribute to associate a resource with a module; when a module is loaded dynamically, the resource can be linked into the application resource scope.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    TomsToolbox.Wpf.CompositionModuleResourceUriAttribute

Namespace: TomsToolbox.Wpf.Composition
Assembly: TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.Assembly|AttributeTargets.Module, AllowMultiple = true)]
public sealed class ModuleResourceUriAttribute : Attribute

The ModuleResourceUriAttribute type exposes the following members.

Constructors
 NameDescription
Public methodModuleResourceUriAttribute Initializes a new instance of the ModuleResourceUriAttribute class.
Top
Properties
 NameDescription
Public propertyUri Gets the URI of the resource.
Top
Extension Methods
 NameDescription
Public Extension MethodSafeCastT Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions)
Top
See Also