Inheritance Hierarchy
Namespace:
Mono.Cecil
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public sealed class ModuleDefinition : ModuleReference,
ICustomAttributeProvider, IMetadataTokenProvider
The ModuleDefinition type exposes the following members.
Properties Methods
| Name | Description |
---|
| CreateModule(String, ModuleKind) | |
| CreateModule(String, ModuleParameters) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
| GetAllTypes | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) |
| GetMemberReferences | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| GetType(String) | |
| GetType(String, Boolean) | |
| GetType(String, String) | |
| GetTypeReferences | |
| GetTypes | |
| HasTypeReference(String) | |
| HasTypeReference(String, String) | |
| Import(FieldInfo) | |
| Import(MethodBase) | |
| Import(Type) | |
| Import(FieldReference) | |
| Import(MethodReference) | |
| Import(TypeReference) | |
| Import(FieldInfo, MethodReference) | |
| Import(FieldInfo, TypeReference) | |
| Import(MethodBase, MethodReference) | |
| Import(MethodBase, TypeReference) | |
| Import(Type, MethodReference) | |
| Import(Type, TypeReference) | |
| Import(FieldReference, MethodReference) | |
| Import(FieldReference, TypeReference) | |
| Import(MethodReference, MethodReference) | |
| Import(MethodReference, TypeReference) | |
| Import(TypeReference, MethodReference) | |
| Import(TypeReference, TypeReference) | |
| IsCorlib | |
| LookupToken(Int32) | |
| LookupToken(MetadataToken) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| ReadModule(Stream) | |
| ReadModule(String) | |
| ReadModule(Stream, ReaderParameters) | |
| ReadModule(String, ReaderParameters) | |
| ReadSymbols | |
| ReadSymbols(ISymbolReader) | |
| ToString | (Inherited from ModuleReference.) |
| TryGetTypeReference(String, TypeReference) | |
| TryGetTypeReference(String, String, TypeReference) | |
| Write(Stream) | |
| Write(String) | |
| Write(Stream, WriterParameters) | |
| Write(String, WriterParameters) | |
TopExtension Methods See Also