C# Class Fan.Sys.Field

Field is a slot which "stores" a value.
Inheritance: Slot
Datei anzeigen Open project: xored/f4 Class Usage Examples

Public Methods

Method Description
@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

Private Methods

Method Description
unbox ( object val ) : object

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

Field() public method

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
return System

get() public method

public get ( ) : object
return object

get() public method

public get ( object instance ) : object
instance object
return object

makeSetFunc() public static method

public static makeSetFunc ( Map map ) : Func
map Map
return Func

set() public method

public set ( object instance, object value ) : void
instance object
value object
return void

set() public method

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

signature() public method

public signature ( ) : string
return string

trap() public method

public trap ( string name, List args ) : object
name string
args List
return object

type() public method

public type ( ) : Type
return Type