This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathIMTLSharedEvent.xml
170 lines (170 loc) · 8.67 KB
/
IMTLSharedEvent.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<Type Name="IMTLSharedEvent" FullName="Metal.IMTLSharedEvent">
<TypeSignature Language="C#" Value="public interface IMTLSharedEvent : IDisposable, Metal.IMTLEvent" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IMTLSharedEvent implements class Metal.IMTLEvent, class ObjCRuntime.INativeObject, class System.IDisposable" />
<TypeSignature Language="DocId" Value="T:Metal.IMTLSharedEvent" />
<TypeSignature Language="F#" Value="type IMTLSharedEvent = interface
 interface INativeObject
 interface IDisposable
 interface IMTLEvent" />
<AssemblyInfo>
<AssemblyName>Xamarin.iOS</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Xamarin.Mac</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces>
<Interface>
<InterfaceName>Metal.IMTLEvent</InterfaceName>
</Interface>
<Interface>
<InterfaceName>ObjCRuntime.INativeObject</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.IDisposable</InterfaceName>
</Interface>
</Interfaces>
<Attributes>
<Attribute>
<AttributeName>Foundation.Protocol(Name="MTLSharedEvent", WrapperType=typeof(Metal.MTLSharedEventWrapper))</AttributeName>
</Attribute>
<Attribute>
<AttributeName>Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="NotifyListener", ParameterBlockProxy=new System.Type[] { null, null, typeof(ObjCRuntime.Trampolines/NIDMTLSharedEventNotificationBlock) }, ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(Metal.MTLSharedEventListener), typeof(System.UInt64), typeof(Metal.MTLSharedEventNotificationBlock) }, Selector="notifyListener:atValue:block:")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="CreateSharedEventHandle", ReturnType=typeof(Metal.MTLSharedEventHandle), Selector="newSharedEventHandle")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="signaledValue", IsProperty=true, IsRequired=true, IsStatic=false, Name="SignaledValue", PropertyType=typeof(System.UInt64), Selector="signaledValue", SetterSelector="setSignaledValue:")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="CreateSharedEventHandle">
<MemberSignature Language="C#" Value="public Metal.MTLSharedEventHandle CreateSharedEventHandle ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Metal.MTLSharedEventHandle CreateSharedEventHandle() cil managed" />
<MemberSignature Language="DocId" Value="M:Metal.IMTLSharedEvent.CreateSharedEventHandle" />
<MemberSignature Language="F#" Value="abstract member CreateSharedEventHandle : unit -> Metal.MTLSharedEventHandle" Usage="iMTLSharedEvent.CreateSharedEventHandle " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Xamarin.iOS</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Xamarin.Mac</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>Foundation.Export("newSharedEventHandle")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>Foundation.Preserve(Conditional=true)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Metal.MTLSharedEventHandle</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="NotifyListener">
<MemberSignature Language="C#" Value="public void NotifyListener (Metal.MTLSharedEventListener listener, ulong atValue, Metal.MTLSharedEventNotificationBlock block);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void NotifyListener(class Metal.MTLSharedEventListener listener, unsigned int64 atValue, class Metal.MTLSharedEventNotificationBlock block) cil managed" />
<MemberSignature Language="DocId" Value="M:Metal.IMTLSharedEvent.NotifyListener(Metal.MTLSharedEventListener,System.UInt64,Metal.MTLSharedEventNotificationBlock)" />
<MemberSignature Language="F#" Value="abstract member NotifyListener : Metal.MTLSharedEventListener * uint64 * Metal.MTLSharedEventNotificationBlock -> unit" Usage="iMTLSharedEvent.NotifyListener (listener, atValue, block)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Xamarin.iOS</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Xamarin.Mac</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>Foundation.Export("notifyListener:atValue:block:")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>Foundation.Preserve(Conditional=true)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="listener" Type="Metal.MTLSharedEventListener" />
<Parameter Name="atValue" Type="System.UInt64" />
<Parameter Name="block" Type="Metal.MTLSharedEventNotificationBlock">
<Attributes>
<Attribute FrameworkAlternate="xamarin-ios-sdk-12">
<AttributeName>ObjCRuntime.BlockProxy(typeof(ObjCRuntime.Trampolines/NIDMTLSharedEventNotificationBlock))</AttributeName>
</Attribute>
</Attributes>
</Parameter>
</Parameters>
<Docs>
<param name="listener">To be added.</param>
<param name="atValue">To be added.</param>
<param name="block">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SignaledValue">
<MemberSignature Language="C#" Value="public ulong SignaledValue { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance unsigned int64 SignaledValue" />
<MemberSignature Language="DocId" Value="P:Metal.IMTLSharedEvent.SignaledValue" />
<MemberSignature Language="F#" Value="member this.SignaledValue : uint64 with get, set" Usage="Metal.IMTLSharedEvent.SignaledValue" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Xamarin.iOS</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Xamarin.Mac</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>Foundation.Preserve(Conditional=true)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>get: Foundation.Export("signaledValue")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>set: Foundation.Export("setSignaledValue:")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.UInt64</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>