C# Class Dia2Lib.TypeToString

Exposes converted from IDiaSymbol type to code text
Afficher le fichier Open project: southpolenator/WinDbgCs

Méthodes publiques

Méthode Description
GetTypeString ( IDiaSymbol type ) : string

Gets the code of the specified type in original language.

Method Details

GetTypeString() public static méthode

Gets the code of the specified type in original language.
public static GetTypeString ( IDiaSymbol type ) : string
type IDiaSymbol The type.
Résultat string