C# 클래스 TriAxis.RunSharp.Operands.Invocation

상속: Operand
파일 보기 프로젝트 열기: AqlaSolutions/runsharp

공개 메소드들

메소드 설명
GetReturnType ( ITypeMapper typeMapper ) : Type
Invocation ( ApplicableFunction method, Operand target, Operand args ) : System

보호된 메소드들

메소드 설명
EmitGet ( CodeGen g ) : void
ResetLeakedStateRecursively ( ) : void

메소드 상세

EmitGet() 보호된 메소드

protected EmitGet ( CodeGen g ) : void
g CodeGen
리턴 void

GetReturnType() 공개 메소드

public GetReturnType ( ITypeMapper typeMapper ) : Type
typeMapper ITypeMapper
리턴 IKVM.Reflection.Type

Invocation() 공개 메소드

public Invocation ( ApplicableFunction method, Operand target, Operand args ) : System
method ApplicableFunction
target Operand
args Operand
리턴 System

ResetLeakedStateRecursively() 보호된 메소드

protected ResetLeakedStateRecursively ( ) : void
리턴 void