C# 클래스 TriAxis.RunSharp.CodeGen._Arg

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetReturnType ( ITypeMapper typeMapper ) : Type
_Arg ( int index, Type type ) : System

보호된 메소드들

메소드 설명
EmitAddressOf ( CodeGen g ) : void
EmitGet ( CodeGen g ) : void
EmitSet ( CodeGen g, Operand value, bool allowExplicitConversion ) : void

메소드 상세

EmitAddressOf() 보호된 메소드

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

EmitGet() 보호된 메소드

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

EmitSet() 보호된 메소드

protected EmitSet ( CodeGen g, Operand value, bool allowExplicitConversion ) : void
g CodeGen
value Operand
allowExplicitConversion bool
리턴 void

GetReturnType() 공개 메소드

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

_Arg() 공개 메소드

public _Arg ( int index, Type type ) : System
index int
type IKVM.Reflection.Type
리턴 System