ApplicationContext Methods |
The ApplicationContext type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
ExpandEnvironmentMacros |
Expand all "$(name)" macros in the specified string by replacing with matching environment variables.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FindLoadedAssembly |
Find any already-loaded assembly with the specified name.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetMasterInstance |
Get the master ApplicationContext object.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Load | ||
LoadAssembly |
Load an assembly into the current AppDomain.
| |
LoadFrom | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Unload |
Unload the ApplicationContext (unloads all loaded assemblies if not using reflection).
|