Assemblies Class |
Namespace: Cauldron.Reflection
public static class Assemblies
The Assemblies type exposes the following members.
Name | Description | |
---|---|---|
AssemblyAndResourceNamesInfo |
Gets an array of AssemblyResource that contains all fully qualified
filename of embedded resources and thier corresponding Assembly | |
Classes |
Gets a collection of classes loaded to the AppDomain
| |
EntryAssembly |
Gets the process executable in the default application domain. In other application
domains, this is the first executable that was executed.
| |
ExportedTypes |
Gets a collection of exported types found in the AppDomain
| |
Interfaces |
Gets a colleciton of Interfaces found in the AppDomain
| |
IsDebugging |
Gets a value that determines if the GetEntryAssembly or GetCallingAssembly is in debug mode
| |
Known |
Gets an array of Assembly that is loaded to the AppDomain
|
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
| |
LoadAssembly |
Loads the contents of all assemblies that matches the specified filter
|
Name | Description | |
---|---|---|
LoadedAssemblyChanged |
Occures if the assembly dictionary has changed
|