C# Class CsDebugScript.CommonUserTypes.DynamicSelfVariable

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

Protected Properties

Свойство Type Description
self dynamic

Méthodes publiques

Méthode Description
DynamicSelfVariable ( Variable variable )

Initializes a new instance of the DynamicSelfVariable class.

Method Details

DynamicSelfVariable() public méthode

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

Property Details

self protected_oe property

The dynamic object pointing to self
protected dynamic self
Résultat dynamic