TypeInitializationManager Methods |
The TypeInitializationManager type exposes the following members.
Name | Description | |
---|---|---|
Dispose | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetInitializeAspectsProtectedMethod |
Gets the generated InitializeAspects protected method
for a given type.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
RegisterClient(ITypeInitializationClient, TypeInitializationClientScopes) |
Registers a client with scope Module, and only as a module initializer.
Any other scope is ignored.
| |
RegisterClient(TypeDefDeclaration, ITypeInitializationClient, TypeInitializationClientScopes) |
Registers an ITypeInitializationClient for a given TypeDefDeclaration.
| |
RegisterCloneClient | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |