Table of Contents

Class MinutesMarshaller

Namespace
SampSharp.OpenMp.Core.Std.Chrono
Assembly
SampSharp.OpenMp.Core.dll

Represents a marshaller entrypoint for marshalling TimeSpan to a native Minutes structure.

[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