|
| Name | Description |
|---|
.gif) | Equals | Returns a value that indicates whether two private objects are encapsulating the same target object. (Overrides Object..::.Equals(Object).) |
.gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
.gif) | GetArrayElement(String, array<Int32>[]()[]) | Gets the array element by using an array of subscripts for each dimension. |
.gif) | GetArrayElement(String, BindingFlags, array<Int32>[]()[]) | Gets the array element by using an array of subscripts for each dimension. |
.gif) | GetField(String) | Gets a value from a named field, based on the name. |
.gif) | GetField(String, BindingFlags) | Gets a value from a named field, based on the name and lookup mask. |
.gif) | GetFieldOrProperty(String) | Gets a value of a wrapped field or property based on the name. |
.gif) | GetFieldOrProperty(String, BindingFlags) | Gets a value of a wrapped field or property based on the name. |
.gif) | GetHashCode | Gets the hash code of the wrapped object. (Overrides Object..::.GetHashCode()()().) |
.gif) | GetProperty(String, array<Object>[]()[]) | Gets a property for a wrapped object identified by name. |
.gif) | GetProperty(String, BindingFlags, array<Object>[]()[]) | Gets a property for a wrapped object identified by name with binding flags. |
.gif) | GetProperty(String, array<Type>[]()[], array<Object>[]()[]) | Gets a property for a wrapped object identified by name. |
.gif) | GetProperty(String, BindingFlags, array<Type>[]()[], array<Object>[]()[]) | Gets an indexed property for a wrapped object identified by name. |
.gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.gif) | Invoke(String, array<Object>[]()[]) | Used to access the members of the private object. |
.gif) | Invoke(String, array<Object>[]()[], CultureInfo) | Used to access the members of the private object. |
.gif) | Invoke(String, BindingFlags, array<Object>[]()[]) | Used to access the members of the private object. |
.gif) | Invoke(String, array<Type>[]()[], array<Object>[]()[]) | Used to access the methods of the private object. |
.gif) | Invoke(String, BindingFlags, array<Object>[]()[], CultureInfo) | Used to access the members of the private object. |
.gif) | Invoke(String, BindingFlags, array<Type>[]()[], array<Object>[]()[]) | Used to access the members of the private object. |
.gif) | Invoke(String, array<Type>[]()[], array<Object>[]()[], CultureInfo) | Used to access the members of the private object. |
.gif) | Invoke(String, array<Type>[]()[], array<Object>[]()[], array<Type>[]()[]) | Used to access generic members of a private object. |
.gif) | Invoke(String, BindingFlags, array<Type>[]()[], array<Object>[]()[], CultureInfo) | Used to access the members of the private object. |
.gif) | Invoke(String, BindingFlags, array<Type>[]()[], array<Object>[]()[], CultureInfo, array<Type>[]()[]) | Used to access generic members of a private object. |
.gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) | SetArrayElement(String, Object, array<Int32>[]()[]) | Sets the array element by using an array of subscripts for each dimension. |
.gif) | SetArrayElement(String, BindingFlags, Object, array<Int32>[]()[]) | Sets the array element by using an array of subscripts for each dimension. |
.gif) | SetField(String, Object) | Sets a value for the field of the wrapped object, identified by name. |
.gif) | SetField(String, BindingFlags, Object) | Sets a value for the field of the wrapped object, identified by name. |
.gif) | SetFieldOrProperty(String, Object) | Sets a value of a wrapped field or property based on the name. |
.gif) | SetFieldOrProperty(String, BindingFlags, Object) | Sets a value of a wrapped field or property based on the name. |
.gif) | SetProperty(String, Object, array<Object>[]()[]) | Sets a property for a wrapped object identified by name. |
.gif) | SetProperty(String, BindingFlags, Object, array<Object>[]()[]) | Sets a property for a wrapped object identified by name with binding flags. |
.gif) | SetProperty(String, array<Type>[]()[], Object, array<Object>[]()[]) | Sets an indexed property for a wrapped object identified by name. |
.gif) | SetProperty(String, BindingFlags, Object, array<Type>[]()[], array<Object>[]()[]) | Sets an indexed property for a wrapped object identified by name. |
.gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) |