Assemblies Methods |
The Assemblies type exposes the following members.
| Name | Description | |
|---|---|---|
| AddAssemblies |
Adds a collection of new Assembly to the assembly collection.
| |
| AddAssembly |
Adds a new Assembly to the assembly collection
| |
| GetFirstAssemblyWithResourceName |
Returns the first found Assembly that contains an embedded resource with
the given resource name
| |
| GetManifestResource(String) |
Loads the specified manifest resource from this assembly.
| |
| GetManifestResource(FuncAssemblyResource, Boolean) |
Loads the specified manifest resource from this assembly.
| |
| GetManifestResourceInfo |
Returns information about how the given resource has been persisted.
| |
| GetManifestResources |
Returns all information about how the given resource has been persisted.
| |
| GetTypeFromName |
Tries to find/identify a Type by its name
| |
| LoadAssemblies |
Loads the contents of all assemblies that matches the specified filter.
|