C# 클래스 Flood.HandleMap

상속: TypeMap
파일 보기 프로젝트 열기: FloodProject/flood

공개 메소드들

메소드 설명
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

메소드 상세

CLIMarshalToManaged() 공개 메소드

public CLIMarshalToManaged ( MarshalContext ctx ) : void
ctx MarshalContext
리턴 void

CLIMarshalToNative() 공개 메소드

public CLIMarshalToNative ( MarshalContext ctx ) : void
ctx MarshalContext
리턴 void

CLISignature() 공개 메소드

public CLISignature ( CLITypePrinterContext ctx ) : string
ctx CLITypePrinterContext
리턴 string

CLITypeReference() 공개 메소드

public CLITypeReference ( CLITypeReferenceCollector collector, ASTRecord loc ) : void
collector CLITypeReferenceCollector
loc ASTRecord
리턴 void

CSharpMarshalToManaged() 공개 메소드

public CSharpMarshalToManaged ( MarshalContext ctx ) : void
ctx MarshalContext
리턴 void

CSharpMarshalToNative() 공개 메소드

public CSharpMarshalToNative ( MarshalContext ctx ) : void
ctx MarshalContext
리턴 void

CSharpSignature() 공개 메소드

public CSharpSignature ( CSharpTypePrinterContext ctx ) : string
ctx CSharpTypePrinterContext
리턴 string