Class UpdatablePropertyBase
Shared class between UpdatableProperty and UpdatableCustomAccessor.
public abstract class UpdatablePropertyBase : UpdatableMember
- Inheritance
-
UpdatablePropertyBase
- Derived
- Inherited Members
Methods
GetBlittable(nint, nint)
Gets a blittable property (from its pointer).
public abstract void GetBlittable(nint obj, nint data)
Parameters
GetStructAndUnbox(nint, object)
Gets and stores a non-blittable struct property into pre-allocated data, and return pointer to its start.
public abstract nint GetStructAndUnbox(nint obj, object data)
Parameters
Returns
SetBlittable(nint, nint)
Sets a blittable property (from its pointer).
public abstract void SetBlittable(nint obj, nint data)
Parameters
SetStruct(nint, object)
Sets a non-blittable struct property (given in boxed form).
public abstract void SetStruct(nint obj, object data)