C# Class Translator.TypedefTypeWrapper

Inheritance: ITypeWrapper
Afficher le fichier Open project: crazyender/FFMPEG.net

Méthodes publiques

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

Method Details

GetMarshalTag() public méthode

public GetMarshalTag ( ) : string
Résultat string

GetRawTypeName() public méthode

public GetRawTypeName ( ) : string
Résultat string

GetSystemTypeName() public méthode

public GetSystemTypeName ( bool addComment = false ) : string
addComment bool
Résultat string

TypedefTypeWrapper() public méthode

public TypedefTypeWrapper ( CppSharp rawType ) : System
rawType CppSharp
Résultat System