C# Class CsDebugScript.CodeGen.TypeTrees.FunctionTypeTree

Type tree that represents function.
Inheritance: TypeTree
Afficher le fichier Open project: southpolenator/WinDbgCs

Méthodes publiques

Méthode Description
GetTypeString ( bool truncateNamespace = false ) : string

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

Method Details

GetTypeString() public méthode

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.
Résultat string