C# Class Dia2Lib.TypeToString

Exposes converted from IDiaSymbol type to code text
Mostra file Open project: southpolenator/WinDbgCs

Public Methods

Method Description
GetTypeString ( IDiaSymbol type ) : string

Gets the code of the specified type in original language.

Method Details

GetTypeString() public static method

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