Table of Contents

Struct StringViewMarshaller.Bidirectional

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

Methods

Free()

public void Free()

FromManaged(string?)

public void FromManaged(string? managed)

Parameters

managed string

FromUnmanaged(StringView)

public void FromUnmanaged(StringView value)

Parameters

value StringView

ToManaged()

public readonly string? ToManaged()

Returns

string

ToUnmanaged()

public readonly StringView ToUnmanaged()

Returns

StringView