ObjectMarshal 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 ObjectMarshal
type ObjectMarshal = class
Public Module ObjectMarshal
- Inheritance
-
ObjectMarshal
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 |