C# 클래스 Translator.TypedefTypeWrapper

상속: ITypeWrapper
파일 보기 프로젝트 열기: crazyender/FFMPEG.net

공개 메소드들

메소드 설명
GetMarshalTag ( ) : string
GetRawTypeName ( ) : string
GetSystemTypeName ( bool addComment = false ) : string
TypedefTypeWrapper ( CppSharp rawType ) : System

메소드 상세

GetMarshalTag() 공개 메소드

public GetMarshalTag ( ) : string
리턴 string

GetRawTypeName() 공개 메소드

public GetRawTypeName ( ) : string
리턴 string

GetSystemTypeName() 공개 메소드

public GetSystemTypeName ( bool addComment = false ) : string
addComment bool
리턴 string

TypedefTypeWrapper() 공개 메소드

public TypedefTypeWrapper ( CppSharp rawType ) : System
rawType CppSharp
리턴 System