Class TracerRecordHandle
public class TracerRecordHandle : ObjectHandle, IDisposable
- Inheritance
-
TracerRecordHandle
- Implements
- Inherited Members
Constructors
TracerRecordHandle(nint, bool)
public TracerRecordHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static TracerRecordHandle For<T>(ConstructArgument[] constructArguments) where T : TracerRecord, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T