C# 클래스 Wire.Compilation.IlReadField

상속: IlExpression
파일 보기 프로젝트 열기: akkadotnet/Wire 1 사용 예제들

공개 메소드들

메소드 설명
Emit ( IlCompilerContext ctx ) : void
IlReadField ( FieldInfo field, IlExpression target ) : System
Type ( ) : Type

메소드 상세

Emit() 공개 메소드

public Emit ( IlCompilerContext ctx ) : void
ctx IlCompilerContext
리턴 void

IlReadField() 공개 메소드

public IlReadField ( FieldInfo field, IlExpression target ) : System
field System.Reflection.FieldInfo
target IlExpression
리턴 System

Type() 공개 메소드

public Type ( ) : Type
리턴 System.Type