C# Class CsDebugScript.VoidType

Wrapper class that represents a void type
Inheritance: Variable
Show file Open project: southpolenator/WinDbgCs

Public Methods

Method Description
VoidType ( Variable variable )

Initializes a new instance of the VoidType class.

Method Details

VoidType() public method

Initializes a new instance of the VoidType class.
Wrong code type of passed variable + GetCodeType().Name
public VoidType ( Variable variable )
variable Variable The variable.