C# Class MilkShakeFramework.Tools.Debug.Watch.WatchEntry

Datei anzeigen Open project: lucas-jones/MilkShake-old

Public Methods

Method Description
GetValue ( ) : object
SetValue ( object value ) : void
WatchEntry ( object _object, FieldInfo _fieldInfo ) : System.Reflection

Method Details

GetValue() public method

public GetValue ( ) : object
return object

SetValue() public method

public SetValue ( object value ) : void
value object
return void

WatchEntry() public method

public WatchEntry ( object _object, FieldInfo _fieldInfo ) : System.Reflection
_object object
_fieldInfo System.Reflection.FieldInfo
return System.Reflection