Méthode | Description | |
---|---|---|
GetResource ( string name ) : Stream | ||
GetResourcesAt ( string root ) : IEnumerable |
||
RegisterResource ( string name, |
||
ResourceDirectoryExists ( string root ) : bool | ||
ResourceExists ( string name ) : bool |
Méthode | Description | |
---|---|---|
RegisterCollision ( string name, ResourceRegistration registration ) : void |
public GetResource ( string name ) : Stream | ||
name | string | |
Résultat | Stream |
public GetResourcesAt ( string root ) : IEnumerable |
||
root | string | |
Résultat | IEnumerable |
public RegisterResource ( string name, |
||
name | string | |
assembly | ||
resourceKey | string | |
Résultat | void |
public ResourceDirectoryExists ( string root ) : bool | ||
root | string | |
Résultat | bool |
public ResourceExists ( string name ) : bool | ||
name | string | |
Résultat | bool |