C# 클래스 CsDebugScript.CodeGen.TypeTrees.BasicTypeTree

Type tree that represents basic type.
상속: TypeTree
파일 보기 프로젝트 열기: southpolenator/WinDbgCs

공개 메소드들

메소드 설명
BasicTypeTree ( string basicType )

Initializes a new instance of the BasicTypeTree class.

GetTypeString ( bool truncateNamespace = false ) : string

Gets the string representing this type tree in C# code.

메소드 상세

BasicTypeTree() 공개 메소드

Initializes a new instance of the BasicTypeTree class.
public BasicTypeTree ( string basicType )
basicType string The basic type string.

GetTypeString() 공개 메소드

Gets the string representing this type tree in C# code.
public GetTypeString ( bool truncateNamespace = false ) : string
truncateNamespace bool if set to true namespace will be truncated from generating type string.
리턴 string