C# Class CsDebugScript.CodeGen.UserTypes.UserType

Base class for any exported user type
Show file Open project: southpolenator/WinDbgCs Class Usage Examples

Protected Properties

Property Type Description
usedThisClass bool

Property Details

usedThisClass protected property

Flag that saves if thisClass variable was used during generation and should be exported.
protected bool usedThisClass
return bool