C# Class CsDebugScript.CommonUserTypes.DynamicSelfUserType

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

Protected Properties

Property Type Description
self dynamic

Public Methods

Method Description
DynamicSelfUserType ( Variable variable )

Initializes a new instance of the DynamicSelfUserType class.

Method Details

DynamicSelfUserType() public method

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

Property Details

self protected property

The dynamic object pointing to self
protected dynamic self
return dynamic