C# 클래스 CsDebugScript.Module

Module of the debugging process.
파일 보기 프로젝트 열기: southpolenator/WinDbgCs 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FromClrType CodeType
GetClrCodeType CodeType
GetClrTypeByName CodeType
GetGlobalVariable Variable
GetNextFakeCodeTypeId uint
GetTypeById CodeType
GetTypeByName CodeType
IsFakeCodeTypeId bool
Module System

공개 메소드들

메소드 설명
GetClrVariable ( string name, CsDebugScript appDomain ) : Variable

Gets the CLR static variable.

GetVariable ( string name ) : Variable

Gets the global or static variable.

ToString ( ) : string

Returns a System.String that represents this instance.

비공개 메소드들

메소드 설명
FromClrType ( Microsoft clrType ) : CodeType

Creates CodeType from the CLR type.

GetClrCodeType ( Microsoft clrType ) : CodeType

Creates CodeType from the CLR type.

GetClrTypeByName ( string name ) : CodeType

Gets the type with the specified name.

GetGlobalVariable ( string name ) : Variable

Gets the global variable by the name.

GetNextFakeCodeTypeId ( ) : uint

Gets the next fake code type identifier.

GetTypeById ( uint typeId ) : CodeType

Gets the type with the specified identifier.

GetTypeByName ( string name ) : CodeType

Gets the type with the specified name.

IsFakeCodeTypeId ( uint codeTypeId ) : bool

Determines whether the specified code type identifier is fake.

Module ( Process process, ulong address ) : System

Initializes a new instance of the Module class.

메소드 상세

GetClrVariable() 공개 메소드

Gets the CLR static variable.
public GetClrVariable ( string name, CsDebugScript appDomain ) : Variable
name string The name.
appDomain CsDebugScript The application domain.
리턴 Variable

GetVariable() 공개 메소드

Gets the global or static variable.
Variable name contains wrong module name. Don't add it manually, it will be added automatically.
public GetVariable ( string name ) : Variable
name string The variable name.
리턴 Variable

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string