C# 클래스 CsDebugScript.Engine.UserTypeMetadata

파일 보기 프로젝트 열기: southpolenator/WinDbgCs 1 사용 예제들

공개 메소드들

메소드 설명
ConvertToDescription ( ) : UserTypeDescription

Converts metadata to description using the current process.

ConvertToDescription ( Process process ) : UserTypeDescription

Converts metadata to description.

ReadFromType ( Type type ) : CsDebugScript.Engine.UserTypeMetadata[]

Reads metadata from the type.

UserTypeMetadata ( string moduleName, string typeName, Type type ) : System

Initializes a new instance of the UserTypeMetadata class.

비공개 메소드들

메소드 설명
IsDerivedFrom ( Type type, Type derivedType ) : bool

Determines whether type is derived from the specified type.

메소드 상세

ConvertToDescription() 공개 메소드

Converts metadata to description using the current process.
public ConvertToDescription ( ) : UserTypeDescription
리턴 UserTypeDescription

ConvertToDescription() 공개 메소드

Converts metadata to description.
public ConvertToDescription ( Process process ) : UserTypeDescription
process Process The process.
리턴 UserTypeDescription

ReadFromType() 공개 정적인 메소드

Reads metadata from the type.
public static ReadFromType ( Type type ) : CsDebugScript.Engine.UserTypeMetadata[]
type System.Type The type.
리턴 CsDebugScript.Engine.UserTypeMetadata[]

UserTypeMetadata() 공개 메소드

Initializes a new instance of the UserTypeMetadata class.
public UserTypeMetadata ( string moduleName, string typeName, Type type ) : System
moduleName string Name of the module.
typeName string Name of the type.
type System.Type The type.
리턴 System