C# 클래스 CsDebugScript.CommonUserTypes.DynamicSelfVariable

Helper class that allows using dynamic field self and easily read members in scripting.
상속: Variable
파일 보기 프로젝트 열기: southpolenator/WinDbgCs

보호된 프로퍼티들

프로퍼티 타입 설명
self dynamic

공개 메소드들

메소드 설명
DynamicSelfVariable ( Variable variable )

Initializes a new instance of the DynamicSelfVariable class.

메소드 상세

DynamicSelfVariable() 공개 메소드

Initializes a new instance of the DynamicSelfVariable class.
public DynamicSelfVariable ( Variable variable )
variable Variable The variable.

프로퍼티 상세

self 보호되어 있는 프로퍼티

The dynamic object pointing to self
protected dynamic self
리턴 dynamic