C# Class Flood.HandleMap

Inheritance: TypeMap
Afficher le fichier Open project: FloodProject/flood

Méthodes publiques

Méthode Description
CLIMarshalToManaged ( MarshalContext ctx ) : void
CLIMarshalToNative ( MarshalContext ctx ) : void
CLISignature ( CLITypePrinterContext ctx ) : string
CLITypeReference ( CLITypeReferenceCollector collector, ASTRecord loc ) : void
CSharpMarshalToManaged ( MarshalContext ctx ) : void
CSharpMarshalToNative ( MarshalContext ctx ) : void
CSharpSignature ( CSharpTypePrinterContext ctx ) : string

Method Details

CLIMarshalToManaged() public méthode

public CLIMarshalToManaged ( MarshalContext ctx ) : void
ctx MarshalContext
Résultat void

CLIMarshalToNative() public méthode

public CLIMarshalToNative ( MarshalContext ctx ) : void
ctx MarshalContext
Résultat void

CLISignature() public méthode

public CLISignature ( CLITypePrinterContext ctx ) : string
ctx CLITypePrinterContext
Résultat string

CLITypeReference() public méthode

public CLITypeReference ( CLITypeReferenceCollector collector, ASTRecord loc ) : void
collector CLITypeReferenceCollector
loc ASTRecord
Résultat void

CSharpMarshalToManaged() public méthode

public CSharpMarshalToManaged ( MarshalContext ctx ) : void
ctx MarshalContext
Résultat void

CSharpMarshalToNative() public méthode

public CSharpMarshalToNative ( MarshalContext ctx ) : void
ctx MarshalContext
Résultat void

CSharpSignature() public méthode

public CSharpSignature ( CSharpTypePrinterContext ctx ) : string
ctx CSharpTypePrinterContext
Résultat string