Click or drag to resize

ModuleDefinition Class

Inheritance Hierarchy

Namespace:  Mono.Cecil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public sealed class ModuleDefinition : ModuleReference, 
	ICustomAttributeProvider, IMetadataTokenProvider

The ModuleDefinition type exposes the following members.

Properties
Methods
  NameDescription
Public methodStatic memberCreateModule(String, ModuleKind)
Public methodStatic memberCreateModule(String, ModuleParameters)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAllTypes
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMemberReferences
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetType(String)
Public methodGetType(String, Boolean)
Public methodGetType(String, String)
Public methodGetTypeReferences
Public methodGetTypes
Public methodHasTypeReference(String)
Public methodHasTypeReference(String, String)
Public methodImport(FieldInfo)
Public methodImport(MethodBase)
Public methodImport(Type)
Public methodImport(FieldReference)
Public methodImport(MethodReference)
Public methodImport(TypeReference)
Public methodImport(FieldInfo, MethodReference)
Public methodImport(FieldInfo, TypeReference)
Public methodImport(MethodBase, MethodReference)
Public methodImport(MethodBase, TypeReference)
Public methodImport(Type, MethodReference)
Public methodImport(Type, TypeReference)
Public methodImport(FieldReference, MethodReference)
Public methodImport(FieldReference, TypeReference)
Public methodImport(MethodReference, MethodReference)
Public methodImport(MethodReference, TypeReference)
Public methodImport(TypeReference, MethodReference)
Public methodImport(TypeReference, TypeReference)
Public methodIsCorlib
Public methodLookupToken(Int32)
Public methodLookupToken(MetadataToken)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberReadModule(Stream)
Public methodStatic memberReadModule(String)
Public methodStatic memberReadModule(Stream, ReaderParameters)
Public methodStatic memberReadModule(String, ReaderParameters)
Public methodReadSymbols
Public methodReadSymbols(ISymbolReader)
Public methodToString (Inherited from ModuleReference.)
Public methodTryGetTypeReference(String, TypeReference)
Public methodTryGetTypeReference(String, String, TypeReference)
Public methodWrite(Stream)
Public methodWrite(String)
Public methodWrite(Stream, WriterParameters)
Public methodWrite(String, WriterParameters)
Top
Extension Methods
  NameDescription
Public Extension MethodGetCustomAttribute
Get the custom attribute with the specified name from the ICustomAttributeProvider. If there are multiple attributes with the name, the first one is returned.
(Defined by ICustomAttributeProviderUtil.)
Public Extension MethodGetCustomAttributes
Get all custom attributes with the specified name from the ICustomAttributeProvider.
(Defined by ICustomAttributeProviderUtil.)
Public Extension MethodHasCustomAttribute
Determine if the ICustomAttributeProvider has a custom attribute.
(Defined by ICustomAttributeProviderUtil.)
Public Extension MethodHasDynamicType
Determine if the member has a dynamic type.
(Defined by ICustomAttributeProviderUtil.)
Top
See Also