C# 클래스 Dia2Lib.TypeToString.CppType

C/C++ code type generator
파일 보기 프로젝트 열기: southpolenator/WinDbgCs

공개 메소드들

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

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

메소드 상세

GetTypeString() 공개 정적인 메소드

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