C# Class CLRSharp.Field_Common_System

Inheritance: IField
Datei anzeigen Open project: meta-42/uEasyKit

Public Properties

Property Type Description
info System.Reflection.FieldInfo

Public Methods

Method Description
Field_Common_System ( ICLRSharp_Environment env, System field ) : System
Get ( object _this ) : object
Set ( object _this, object value ) : void

Method Details

Field_Common_System() public method

public Field_Common_System ( ICLRSharp_Environment env, System field ) : System
env ICLRSharp_Environment
field System
return System

Get() public method

public Get ( object _this ) : object
_this object
return object

Set() public method

public Set ( object _this, object value ) : void
_this object
value object
return void

Property Details

info public_oe property

public System.Reflection.FieldInfo info
return System.Reflection.FieldInfo