Table of Contents

Class PolicyDecisionHandle

Namespace
WebKit.Internal
Assembly
WebKit-6.0.dll
public class PolicyDecisionHandle : ObjectHandle, IDisposable
Inheritance
PolicyDecisionHandle
Implements
Derived
Inherited Members

Constructors

PolicyDecisionHandle(nint, bool)

public PolicyDecisionHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static PolicyDecisionHandle For<T>(ConstructArgument[] constructArguments) where T : PolicyDecision, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

PolicyDecisionHandle

Type Parameters

T