C# Class Translator.UnknowTypeWrapper

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

Public Methods

Method Description
GetMarshalTag ( ) : string
GetRawTypeName ( ) : string
GetSystemTypeName ( bool addComment = false ) : string
UnknowTypeWrapper ( 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

UnknowTypeWrapper() public method

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