The ForeNETAssemblyClass class implements the object, used to work with .NET objects of platform.
Static properties and methods of the given class are used to receive a context of current running application of platform, where all .NET objects operate to receive information about system assemblies of platform, as well as about assemblies, registered in GAC. Information about assemblies can be useful in future to receive of access to assemblies resources.
Property name | Brief description | |
AppDomain | The AppDomain property returns the specified application domain, that is used when the platform is working. | |
BuiltinAssemblies | The BuiltinAssemblies property returns the information about system assemblies of platform. | |
Runtime | The Runtime property returns the context of the application currently running. | |
SystemAssemblyReference | The SystemAssemblyReference property returns parameters of the link to the specified system assembly. |
Method name | Brief description | |
CreateSystemAssemblyEnum | The CreateSystemAssemblyEnum method creates the enumeration of system assemblies, registered in GAC. |
See also: