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