Implements a simple moniker for locating an Assembly-based resource.

C# | Visual Basic | Visual C++ |
public class ResourcePath
Public Class ResourcePath
public ref class ResourcePath

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ResourcePath(Type, String) |
Initializes an instance of the ResourcePath object.
|
![]() | ResourcePath(String, String) |
Initializes an instance of the ResourcePath object.
|
![]() | ResourcePath()()() |
Initializes an instance of the ResourcePath object.
|
![]() | AssemblyName |
Gets/Sets the name of the assembly in which the resource resides. Short names are adequate for identification.
![]()
ResourcePath path = new ResourcePath();
path.AssemblyName = "MyCompany.SilverlightTools";
|
![]() | AssemblyType |
Gets/Sets the runtime type which identifies the assembly in which the resource resides.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | ResourceId |
Gets/Sets the resource identifier for the resource being identified.
![]()
ResourcePath path = new ResourcePath();
path.AssemblyName = "MyCompany.SilverlightTools";
path.ResourceId = "MyCompany.Resources.MyXamlAsset.xaml";
|
![]() | ToString()()() | (Inherited from Object.) |

Object | |
![]() | ResourcePath |