C# 클래스 Fan.Sys.Field

Field is a slot which "stores" a value.
상속: Slot
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
@typeof ( ) : Type
Field ( Type parent, string name, int flags, Facets facets, int lineNum, Type type ) : System
get ( ) : object
get ( object instance ) : object
makeSetFunc ( Map map ) : Func
set ( object instance, object value ) : void
set ( object instance, object value, bool checkConst ) : void
signature ( ) : string
trap ( string name, List args ) : object
type ( ) : Type

비공개 메소드들

메소드 설명
unbox ( object val ) : object

메소드 상세

@typeof() 공개 메소드

public @typeof ( ) : Type
리턴 Type

Field() 공개 메소드

public Field ( Type parent, string name, int flags, Facets facets, int lineNum, Type type ) : System
parent Type
name string
flags int
facets Facets
lineNum int
type Type
리턴 System

get() 공개 메소드

public get ( ) : object
리턴 object

get() 공개 메소드

public get ( object instance ) : object
instance object
리턴 object

makeSetFunc() 공개 정적인 메소드

public static makeSetFunc ( Map map ) : Func
map Map
리턴 Func

set() 공개 메소드

public set ( object instance, object value ) : void
instance object
value object
리턴 void

set() 공개 메소드

public set ( object instance, object value, bool checkConst ) : void
instance object
value object
checkConst bool
리턴 void

signature() 공개 메소드

public signature ( ) : string
리턴 string

trap() 공개 메소드

public trap ( string name, List args ) : object
name string
args List
리턴 object

type() 공개 메소드

public type ( ) : Type
리턴 Type