Share via


IBEProcessCapabilityGrant Interface

Definition

This interface represents the Objective-C protocol BEProcessCapabilityGrant.

[Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="BEProcessCapabilityGrant", WrapperType=typeof(BrowserEngineKit.BEProcessCapabilityGrantWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="Invalidate", ReturnType=typeof(System.Boolean), Selector="invalidate")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isValid", IsProperty=true, IsRequired=true, IsStatic=false, Name="Valid", PropertyType=typeof(System.Boolean), Selector="valid")]
public interface IBEProcessCapabilityGrant : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="BEProcessCapabilityGrant", WrapperType=typeof(BrowserEngineKit.BEProcessCapabilityGrantWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="Invalidate", ReturnType=typeof(System.Boolean), Selector="invalidate")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isValid", IsProperty=true, IsRequired=true, IsStatic=false, Name="Valid", PropertyType=typeof(System.Boolean), Selector="valid")>]
type IBEProcessCapabilityGrant = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
Valid

Methods

Name Description
Invalidate()

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to