ClrAssemblyFile Members
Include Protected Members
Include Inherited Members
Contains the name, debug type and block of data for a ClrAssemblyFile. This class cannot be inherited.
The ClrAssemblyFile type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ClrAssemblyFile() | Initializes a new instance of ClrAssemblyFile using the default values. | |
ClrAssemblyFile(String) | Initializes a new instance of ClrAssemblyFile using a name. | |
ClrAssemblyFile(String, ClrAssemblyFileType) | Initializes a new instance of ClrAssemblyFile using a name and type. |
Top
Methods
Name | Description | |
---|---|---|
Clone() | Creates a new full copy of an object. | |
CopyTo(ClrAssemblyFile) | Copies a ClrAssemblyFile object to the specified object. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
LoadData(String) | ||
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Data | Gets the Data associated with a ClrAssemblyFile. | |
Name | Contains the name of the ClrAssemblyFile. | |
Type | Gets or sets the type of ClrAssemblyFile; where type refers to debug status. |
Top