Struct PluginDisposableMemoryMarshal
public struct PluginDisposableMemoryMarshal
- Inherited Members
- Extension Methods
Constructors
PluginDisposableMemoryMarshal(nint, int, bool)
public PluginDisposableMemoryMarshal(nint handle, int length, bool isDisposable)
Parameters
Fields
Handle
public nint Handle
Field Value
IsDisposable
public bool IsDisposable
Field Value
Length
public int Length
Field Value
Properties
Empty
public static PluginDisposableMemoryMarshal Empty { get; }
Property Value
Operators
implicit operator string?(PluginDisposableMemoryMarshal)
public static implicit operator string?(PluginDisposableMemoryMarshal marshal)
Parameters
marshalPluginDisposableMemoryMarshal
Returns
implicit operator PluginDisposableMemoryMarshal(string?)
public static implicit operator PluginDisposableMemoryMarshal(string? inputString)
Parameters
inputStringstring