Table of Contents

Class BanEntryMarshaller

Namespace
SampSharp.OpenMp.Core.Api
Assembly
SampSharp.OpenMp.Core.dll

Represents a marshaller entrypoint for marshalling BanEntry to its unmanaged counterpart.

[CustomMarshaller(typeof(BanEntry), MarshalMode.ManagedToUnmanagedIn, typeof(BanEntryMarshaller.ManagedToNative))]
[CustomMarshaller(typeof(BanEntry), MarshalMode.ManagedToUnmanagedOut, typeof(BanEntryMarshaller.NativeToManaged))]
public static class BanEntryMarshaller
Inheritance
BanEntryMarshaller
Inherited Members