Метод | Описание | |
---|---|---|
AssemblyResourceLocator ( string>.Dictionary |
||
GetFullyQualifiedTypeFromPath ( string path ) : string |
Returns the fully qualified path for an embedded resource from the virtual path recveived
|
|
IsPathResourceStream ( string path ) : bool |
Returns true if a virtual path points towards an existing embedded resource.
|
|
TryGetActualResourceName ( string path, string &resourceName ) : bool |
From the virtual path received, look for the associated embedded resource and returns if exists. This method looks first for a standard embedded resource (C#) and second for an embedded resource with the same name, but anywhere in the subnamespace structure (VB). |
Метод | Описание | |
---|---|---|
GetFileNameOnly ( string fullPath ) : string | ||
GetPartiallyQualifiedTypeFromPath ( string path, int rootLevel, bool &keepGoing ) : string | ||
JoinNamespaces ( ) : Func |
||
JoinNamespaces ( string x, string y ) : string | ||
RemoveIntermediatePathFrom ( string fullPath, int rootLevel, bool &keepGoing ) : string | ||
ResourcesContainsFullyQualifiedType ( string path ) : bool | ||
ResourcesContainsPartiallyQualifiedType ( string path ) : bool | ||
ResourcesContainsType ( string typeString ) : bool | ||
TryGetPartialResourceName ( string path, string &resourceName ) : bool |
public AssemblyResourceLocator ( string>.Dictionary |
||
resources | string>.Dictionary | |
namespaceName | string | |
virtualPath | string | |
Результат | System |
public GetFullyQualifiedTypeFromPath ( string path ) : string | ||
path | string | |
Результат | string |
public IsPathResourceStream ( string path ) : bool | ||
path | string | |
Результат | bool |
public TryGetActualResourceName ( string path, string &resourceName ) : bool | ||
path | string | /// The virtual path of a resource /// |
resourceName | string | /// Returns the real embedded resource name associated to the virtual resource path. /// |
Результат | bool |