Class Tracer
- Namespace
- Gst
- Assembly
- Gst-1.0.dll
public class Tracer : Object, IDisposable, NativeObject, GTypeProvider, InstanceFactory
- Inheritance
-
Tracer
- Implements
- Inherited Members
Constructors
Tracer(params ConstructArgument[])
[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public Tracer(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
Tracer(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected Tracer(CreationData data)
Parameters
dataCreationData
Tracer(TracerHandle)
protected Tracer(TracerHandle handle)
Parameters
handleTracerHandle
Fields
ParamsPropertyDefinition
public static readonly Property<string?, Tracer> ParamsPropertyDefinition
Field Value
Properties
Params
public string? Params { get; set; }
Property Value
Methods
GetGType()
public static Type GetGType()
Returns
NewFromPointer(nint, bool)
Creates a new managed Tracer instance for a given pointer.
public static Tracer NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new Tracer and sets the properties specified by the construct arguments.
public static Tracer NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.
Returns
Register(Plugin?, string, Type)
public static bool Register(Plugin? plugin, string name, Type type)