Table of Contents

Struct StringViewMarshaller.ManagedToNative

Namespace
SampSharp.OpenMp.Core.Std
Assembly
SampSharp.OpenMp.Core.dll
public ref struct StringViewMarshaller.ManagedToNative
Inherited Members

Properties

BufferSize

public static int BufferSize { get; }

Property Value

int

Methods

Free()

public void Free()

FromManaged(string?, Span<byte>)

public void FromManaged(string? managed, Span<byte> buffer)

Parameters

managed string
buffer Span<byte>

ToUnmanaged()

public readonly StringView ToUnmanaged()

Returns

StringView