C# Class CLRSharp.Field_Common_System

Inheritance: IField
Afficher le fichier Open project: meta-42/uEasyKit

Méthodes publiques

Свойство Type Description
info System.Reflection.FieldInfo

Méthodes publiques

Méthode 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 méthode

public Field_Common_System ( ICLRSharp_Environment env, System field ) : System
env ICLRSharp_Environment
field System
Résultat System

Get() public méthode

public Get ( object _this ) : object
_this object
Résultat object

Set() public méthode

public Set ( object _this, object value ) : void
_this object
value object
Résultat void

Property Details

info public_oe property

public System.Reflection.FieldInfo info
Résultat System.Reflection.FieldInfo