C# Class CsDebugScript.CommonUserTypes.DynamicSelfVariable

Helper class that allows using dynamic field self and easily read members in scripting.
Inheritance: Variable
Show file Open project: southpolenator/WinDbgCs

Protected Properties

Property Type Description
self dynamic

Public Methods

Method Description
DynamicSelfVariable ( Variable variable )

Initializes a new instance of the DynamicSelfVariable class.

Method Details

DynamicSelfVariable() public method

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

Property Details

self protected property

The dynamic object pointing to self
protected dynamic self
return dynamic