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. |
맨 위로 이동