Table of Contents

Class MicrosecondsMarshaller

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

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

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