C# Class Dia2Lib.TypeToString.CppType

C/C++ code type generator
Afficher le fichier Open project: southpolenator/WinDbgCs

Méthodes publiques

Méthode Description
GetTypeString ( IDiaSymbol type ) : string

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

Method Details

GetTypeString() public static méthode

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