Struct SecureMemoryHandle
Assembly: cs.temp.dll.dll
Syntax
public struct SecureMemoryHandle : INativeDisposable
Fields
Ptr
Declaration
Field Value
Properties
IsCreated
Declaration
public bool IsCreated { get; }
Property Value
Methods
Create(UIntPtr)
Declaration
public static SecureMemoryHandle Create(UIntPtr sizeBytes)
Parameters
Type |
Name |
Description |
UIntPtr |
sizeBytes |
|
Returns
Dispose()
Declaration
Dispose(JobHandle)
Declaration
public JobHandle Dispose(JobHandle inputDeps)
Parameters
Type |
Name |
Description |
JobHandle |
inputDeps |
|
Returns
Type |
Description |
JobHandle |
|
Operators
Implicit(SecureMemoryHandle to IntPtr)
Declaration
public static implicit operator IntPtr(SecureMemoryHandle handle)
Parameters
Returns
Implicit(IntPtr to SecureMemoryHandle)
Declaration
public static implicit operator SecureMemoryHandle(IntPtr ptr)
Parameters
Type |
Name |
Description |
IntPtr |
ptr |
|
Returns