C# Class CsDebugScript.CodeGen.TypeTrees.TypeTree

Base class for converting symbol name into typed structured tree
Exibir arquivo Open project: southpolenator/WinDbgCs Class Usage Examples

Public Methods

Method Description
GetTypeString ( bool truncateNamespace = false ) : string

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

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

GetTypeString() public abstract method

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

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string