-
Notifications
You must be signed in to change notification settings - Fork 42
/
BlockProxyAttribute.xml
88 lines (88 loc) · 3.74 KB
/
BlockProxyAttribute.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
<Type Name="BlockProxyAttribute" FullName="ObjCRuntime.BlockProxyAttribute">
<TypeSignature Language="C#" Value="public sealed class BlockProxyAttribute : Attribute" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit BlockProxyAttribute extends System.Attribute" />
<TypeSignature Language="DocId" Value="T:ObjCRuntime.BlockProxyAttribute" />
<TypeSignature Language="F#" Value="type BlockProxyAttribute = class
 inherit Attribute" />
<AssemblyInfo>
<AssemblyName>Xamarin.iOS</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Xamarin.Mac</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Attribute</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName>System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false)</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>This attribute is used to notify the runtime which class is used to wrap Objective-C blocks into managed delegates.</summary>
<remarks>
<para>
This type is used by the internals of Xamarin.iOS.
</para>
<para>
This attribute is applied on parameters and is used by the
Xamarin.iOS runtime to locate the helper class that is
used to turn an Objective-C block into a managed delegate that can
later be invoked by managed code to trigger a native block execution.
</para>
</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public BlockProxyAttribute (Type t);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Type t) cil managed" />
<MemberSignature Language="DocId" Value="M:ObjCRuntime.BlockProxyAttribute.#ctor(System.Type)" />
<MemberSignature Language="F#" Value="new ObjCRuntime.BlockProxyAttribute : Type -> ObjCRuntime.BlockProxyAttribute" Usage="new ObjCRuntime.BlockProxyAttribute t" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyName>Xamarin.iOS</AssemblyName>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Xamarin.Mac</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="t" Type="System.Type" />
</Parameters>
<Docs>
<param name="t">Proxy type.</param>
<summary>Specifies the type that is used to proxy blocks into managed delegates.</summary>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="Type">
<MemberSignature Language="C#" Value="public Type Type { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Type Type" />
<MemberSignature Language="DocId" Value="P:ObjCRuntime.BlockProxyAttribute.Type" />
<MemberSignature Language="F#" Value="member this.Type : Type with get, set" Usage="ObjCRuntime.BlockProxyAttribute.Type" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyName>Xamarin.iOS</AssemblyName>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Xamarin.Mac</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Type</ReturnType>
</ReturnValue>
<Docs>
<summary>The type that is used to proxy an Objective-C block into this managed parameter.</summary>
<value>
</value>
<remarks>
</remarks>
</Docs>
</Member>
</Members>
</Type>