ClrAssemblyFile 成員
Contains the name, debug type and block of data for a ClrAssemblyFile. This class cannot be inherited.
ClrAssemblyFile 型別公開下列成員。
建構函式
名稱 | 描述 | |
---|---|---|
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. |
頂端
方法
名稱 | 描述 | |
---|---|---|
Clone | Creates a new full copy of an object. | |
CopyTo | Copies a ClrAssemblyFile object to the specified object. | |
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
LoadData | ||
MemberwiseClone | (繼承自 Object。) | |
ToString | (繼承自 Object。) |
頂端
屬性
名稱 | 描述 | |
---|---|---|
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. |
頂端