C# Class Translator.TypedefTypeWrapper

Inheritance: ITypeWrapper
显示文件 Open project: crazyender/FFMPEG.net

Public Methods

Method Description
GetMarshalTag ( ) : string
GetRawTypeName ( ) : string
GetSystemTypeName ( bool addComment = false ) : string
TypedefTypeWrapper ( CppSharp rawType ) : System

Method Details

GetMarshalTag() public method

public GetMarshalTag ( ) : string
return string

GetRawTypeName() public method

public GetRawTypeName ( ) : string
return string

GetSystemTypeName() public method

public GetSystemTypeName ( bool addComment = false ) : string
addComment bool
return string

TypedefTypeWrapper() public method

public TypedefTypeWrapper ( CppSharp rawType ) : System
rawType CppSharp
return System