프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ( |
Initializes a new instance of the Module class.
|
public GetClrVariable ( string name, CsDebugScript appDomain ) : Variable | ||
name | string | The name. |
appDomain | CsDebugScript | The application domain. |
리턴 | Variable |
public GetVariable ( string name ) : Variable | ||
name | string | The variable name. |
리턴 | Variable |