Table of Contents

Class SecondsMarshaller

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

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

[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