ObjectExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Helpers for working with Object instances.
public static class ObjectExtensions
type ObjectExtensions = class
Public Module ObjectExtensions
- Inheritance
-
ObjectExtensions
Methods
DangerousGetObjectDataByteOffset<T>(Object, T) |
Calculates the byte offset to a specific field within a given Object. |
DangerousGetObjectDataReferenceAt<T>(Object, IntPtr) |
Gets a |
DangerousUnbox<T>(Object) |
Unboxes a |
TryUnbox<T>(Object, T) |
Tries to get a boxed |