Table of Contents

Struct PluginDisposableMemoryMarshal

Namespace
Hi3Helper.Plugin.Core
Assembly
Hi3Helper.Plugin.Core.dll
public struct PluginDisposableMemoryMarshal
Inherited Members
Extension Methods

Constructors

PluginDisposableMemoryMarshal(nint, int, bool)

public PluginDisposableMemoryMarshal(nint handle, int length, bool isDisposable)

Parameters

handle nint
length int
isDisposable bool

Fields

Handle

public nint Handle

Field Value

nint

IsDisposable

public bool IsDisposable

Field Value

bool

Length

public int Length

Field Value

int

Properties

Empty

public static PluginDisposableMemoryMarshal Empty { get; }

Property Value

PluginDisposableMemoryMarshal

Operators

implicit operator string?(PluginDisposableMemoryMarshal)

public static implicit operator string?(PluginDisposableMemoryMarshal marshal)

Parameters

marshal PluginDisposableMemoryMarshal

Returns

string

implicit operator PluginDisposableMemoryMarshal(string?)

public static implicit operator PluginDisposableMemoryMarshal(string? inputString)

Parameters

inputString string

Returns

PluginDisposableMemoryMarshal