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