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