C# Class Dia2Lib.TypeToString.CppType

C/C++ code type generator
Datei anzeigen Open project: southpolenator/WinDbgCs

Public Methods

Method Description
GetTypeString ( IDiaSymbol type ) : string

Gets the C/C++ code of the specified type.

Method Details

GetTypeString() public static method

Gets the C/C++ code of the specified type.
public static GetTypeString ( IDiaSymbol type ) : string
type IDiaSymbol The type.
return string