Table of Contents

Class BooleanMarshaller

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

Represents a marshaller entrypoint for marshalling bool to a native BlittableBoolean structure.

[CustomMarshaller(typeof(bool), MarshalMode.ManagedToUnmanagedIn, typeof(BooleanMarshaller.ManagedToNative))]
[CustomMarshaller(typeof(bool), MarshalMode.UnmanagedToManagedOut, typeof(BooleanMarshaller.ManagedToNative))]
[CustomMarshaller(typeof(bool), MarshalMode.ManagedToUnmanagedOut, typeof(BooleanMarshaller.NativeToManaged))]
[CustomMarshaller(typeof(bool), MarshalMode.UnmanagedToManagedIn, typeof(BooleanMarshaller.NativeToManaged))]
[CustomMarshaller(typeof(bool), MarshalMode.ManagedToUnmanagedRef, typeof(BooleanMarshaller.Bidirectional))]
[CustomMarshaller(typeof(bool), MarshalMode.UnmanagedToManagedRef, typeof(BooleanMarshaller.Bidirectional))]
public static class BooleanMarshaller
Inheritance
BooleanMarshaller
Inherited Members