ClrAssemblyFile-Member
Contains the name, debug type and block of data for a ClrAssemblyFile. This class cannot be inherited.
Der ClrAssemblyFile-Typ macht die folgenden Member verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Clone | Creates a new full copy of an object. | |
CopyTo | Copies a ClrAssemblyFile object to the specified object. | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
LoadData | ||
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang