AssemblyDefinition Class |
Namespace: Mono.Cecil
public sealed class AssemblyDefinition : ICustomAttributeProvider, IMetadataTokenProvider, ISecurityDeclarationProvider
The AssemblyDefinition type exposes the following members.
Name | Description | |
---|---|---|
![]() | CustomAttributes | |
![]() | EntryPoint | |
![]() | FullName | |
![]() | HasCustomAttributes | |
![]() | HasSecurityDeclarations | |
![]() | MainModule | |
![]() | MetadataToken | |
![]() | Modules | |
![]() | Name | |
![]() | SecurityDeclarations |
Name | Description | |
---|---|---|
![]() ![]() | CreateAssembly(AssemblyNameDefinition, String, ModuleKind) | |
![]() ![]() | CreateAssembly(AssemblyNameDefinition, 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.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | ReadAssembly(Stream) | |
![]() ![]() | ReadAssembly(String) | |
![]() ![]() | ReadAssembly(Stream, ReaderParameters) | |
![]() ![]() | ReadAssembly(String, ReaderParameters) | |
![]() | ToString | (Overrides ObjectToString.) |
![]() | Write(Stream) | |
![]() | Write(String) | |
![]() | Write(Stream, WriterParameters) | |
![]() | Write(String, WriterParameters) |
Name | Description | |
---|---|---|
![]() | GetCustomAttribute(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.) |
![]() | GetCustomAttribute(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.) |
![]() | GetCustomAttributes(String) | Overloaded.
Get all custom attributes with the specified name from the ICustomAttributeProvider.
(Defined by ICustomAttributeProviderUtil.) |
![]() | GetCustomAttributes(String) | Overloaded.
Get all custom attributes with the specified name from the AssemblyDefinition.
(Defined by AssemblyDefinitionUtil.) |
![]() | HasCustomAttribute(String) | Overloaded.
Determine if the ICustomAttributeProvider has a custom attribute.
(Defined by ICustomAttributeProviderUtil.) |
![]() | HasCustomAttribute(String) | Overloaded.
Determine if an AssemblyDefinition has a custom attribute.
(Defined by AssemblyDefinitionUtil.) |
![]() | HasDynamicType |
Determine if the member has a dynamic type.
(Defined by ICustomAttributeProviderUtil.) |