C# Class Translator.DecayedTypeWrapper

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

Public Methods

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

Method Details

DecayedTypeWrapper() public method

public DecayedTypeWrapper ( 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