Click or drag to resize

AssemblyDefinition Methods

The AssemblyDefinition type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateAssembly(AssemblyNameDefinition, String, ModuleKind)
Public methodStatic memberCreateAssembly(AssemblyNameDefinition, 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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberReadAssembly(Stream)
Public methodStatic memberReadAssembly(String)
Public methodStatic memberReadAssembly(Stream, ReaderParameters)
Public methodStatic memberReadAssembly(String, ReaderParameters)
Public methodToString (Overrides ObjectToString.)
Public methodWrite(Stream)
Public methodWrite(String)
Public methodWrite(Stream, WriterParameters)
Public methodWrite(String, WriterParameters)
Top
Extension Methods
  NameDescription
Public Extension MethodGetCustomAttribute(String)Overloaded.
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 MethodGetCustomAttribute(String)Overloaded.
Get the custom attributewith the specified name from the AssemblyDefinition. If there are multiple attributes with the name, the first one is returned.
(Defined by AssemblyDefinitionUtil.)
Public Extension MethodGetCustomAttributes(String)Overloaded.
Get all custom attributes with the specified name from the ICustomAttributeProvider.
(Defined by ICustomAttributeProviderUtil.)
Public Extension MethodGetCustomAttributes(String)Overloaded.
Get all custom attributes with the specified name from the AssemblyDefinition.
(Defined by AssemblyDefinitionUtil.)
Public Extension MethodHasCustomAttribute(String)Overloaded.
Determine if the ICustomAttributeProvider has a custom attribute.
(Defined by ICustomAttributeProviderUtil.)
Public Extension MethodHasCustomAttribute(String)Overloaded.
Determine if an AssemblyDefinition has a custom attribute.
(Defined by AssemblyDefinitionUtil.)
Public Extension MethodHasDynamicType
Determine if the member has a dynamic type.
(Defined by ICustomAttributeProviderUtil.)
Top
See Also