C# Class Translator.FunctionTypeWrapper

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

Public Methods

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

Method Details

FunctionTypeWrapper() public method

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

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