C# 클래스 CsDebugScript.VoidType

Wrapper class that represents a void type
상속: Variable
파일 보기 프로젝트 열기: southpolenator/WinDbgCs

공개 메소드들

메소드 설명
VoidType ( Variable variable )

Initializes a new instance of the VoidType class.

메소드 상세

VoidType() 공개 메소드

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