Class MinutesMarshaller
[CustomMarshaller(typeof(TimeSpan), MarshalMode.ManagedToUnmanagedIn, typeof(MinutesMarshaller.ManagedToNative))]
[CustomMarshaller(typeof(TimeSpan), MarshalMode.UnmanagedToManagedOut, typeof(MinutesMarshaller.ManagedToNative))]
[CustomMarshaller(typeof(TimeSpan), MarshalMode.ManagedToUnmanagedOut, typeof(MinutesMarshaller.NativeToManaged))]
[CustomMarshaller(typeof(TimeSpan), MarshalMode.UnmanagedToManagedIn, typeof(MinutesMarshaller.NativeToManaged))]
public static class MinutesMarshaller
- Inheritance
-
MinutesMarshaller
- Inherited Members