C# 클래스 Dia2Lib.TypeToString

Exposes converted from IDiaSymbol type to code text
파일 보기 프로젝트 열기: southpolenator/WinDbgCs

공개 메소드들

메소드 설명
GetTypeString ( IDiaSymbol type ) : string

Gets the code of the specified type in original language.

메소드 상세

GetTypeString() 공개 정적인 메소드

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