Table of Contents

Class MetalEventHandle

Namespace
DotCompute.Backends.Metal.Execution
Assembly
DotCompute.Backends.Metal.dll

Handle for managed Metal events with automatic cleanup

public sealed class MetalEventHandle : IDisposable
Inheritance
MetalEventHandle
Implements
Inherited Members
Extension Methods

Properties

EventId

public EventId EventId { get; }

Property Value

EventId

Handle

public nint Handle { get; }

Property Value

nint

Type

public MetalEventType Type { get; }

Property Value

MetalEventType

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()