Class TimePointMarshaller
Represents a marshaller entrypoint for marshalling DateTimeOffset to a native TimePoint structure.
[CustomMarshaller(typeof(DateTimeOffset), MarshalMode.ManagedToUnmanagedIn, typeof(TimePointMarshaller.ManagedToNative))]
[CustomMarshaller(typeof(DateTimeOffset), MarshalMode.UnmanagedToManagedOut, typeof(TimePointMarshaller.ManagedToNative))]
[CustomMarshaller(typeof(DateTimeOffset), MarshalMode.ManagedToUnmanagedOut, typeof(TimePointMarshaller.NativeToManaged))]
[CustomMarshaller(typeof(DateTimeOffset), MarshalMode.UnmanagedToManagedIn, typeof(TimePointMarshaller.NativeToManaged))]
public static class TimePointMarshaller
- Inheritance
-
TimePointMarshaller
- Inherited Members