Share via


IOSLogEntryWithPayload Interface

Definition

This interface represents the Objective-C protocol OSLogEntryWithPayload.

[Foundation.Protocol(Name="OSLogEntryWithPayload", WrapperType=typeof(OSLog.OSLogEntryWithPayloadWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="category", IsProperty=true, IsRequired=true, IsStatic=false, Name="Category", PropertyType=typeof(System.String), Selector="category")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="components", IsProperty=true, IsRequired=true, IsStatic=false, Name="Components", PropertyType=typeof(OSLog.OSLogMessageComponent[]), Selector="components")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="formatString", IsProperty=true, IsRequired=true, IsStatic=false, Name="FormatString", PropertyType=typeof(System.String), Selector="formatString")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="subsystem", IsProperty=true, IsRequired=true, IsStatic=false, Name="Subsystem", PropertyType=typeof(System.String), Selector="subsystem")]
public interface IOSLogEntryWithPayload : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="OSLogEntryWithPayload", WrapperType=typeof(OSLog.OSLogEntryWithPayloadWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="category", IsProperty=true, IsRequired=true, IsStatic=false, Name="Category", PropertyType=typeof(System.String), Selector="category")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="components", IsProperty=true, IsRequired=true, IsStatic=false, Name="Components", PropertyType=typeof(OSLog.OSLogMessageComponent[]), Selector="components")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="formatString", IsProperty=true, IsRequired=true, IsStatic=false, Name="FormatString", PropertyType=typeof(System.String), Selector="formatString")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="subsystem", IsProperty=true, IsRequired=true, IsStatic=false, Name="Subsystem", PropertyType=typeof(System.String), Selector="subsystem")>]
type IOSLogEntryWithPayload = interface
    interface INativeObject
    interface IDisposable
Derived
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
Category
Components
FormatString
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
Subsystem

Extension Methods

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

Applies to