C# Class CsDebugScript.CodeGen.TypeTrees.BasicTypeTree

Type tree that represents basic type.
Inheritance: TypeTree
Exibir arquivo Open project: southpolenator/WinDbgCs

Public Methods

Method Description
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.

Method Details

BasicTypeTree() public method

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

GetTypeString() public method

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.
return string