The ObjectState type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetField(String) |
Gets the value of a non-public field (member variable) of the managed type.
|
![]() ![]() | GetField(Object, String) |
Gets the value of a non-public field (member variable) of an instance.
|
![]() ![]() | GetField(Type, String) |
Gets the value of a non-public static field (member variable) of a type.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ResetState |
Reset the fields back to their original state
|
![]() | SetField(String, Object) |
Sets the value of a non-public field (member variable) of the managed type.
|
![]() ![]() | SetField(Object, String, Object) |
Sets the value of a non-public field (member variable) of an instance.
|
![]() ![]() | SetField(Type, String, Object) |
Sets the value of a non-public static field (member variable) of a type.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also