forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJSFunctionAttribute.xml
88 lines (86 loc) · 4.74 KB
/
JSFunctionAttribute.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="JSFunctionAttribute" FullName="Microsoft.JScript.JSFunctionAttribute">
<TypeSignature Language="C#" Value="public class JSFunctionAttribute : Attribute" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit JSFunctionAttribute extends System.Attribute" />
<TypeSignature Language="DocId" Value="T:Microsoft.JScript.JSFunctionAttribute" />
<AssemblyInfo>
<AssemblyName>Microsoft.JScript</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Attribute</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName>System.AttributeUsage(System.AttributeTargets.Constructor | System.AttributeTargets.Method)</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Used with <see cref="T:Microsoft.JScript.JSFunctionAttributeEnum" /> to annotate the calling conventions of methods and constructors that are generated by the JScript compiler.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
This class cannot be inherited.
]]></format>
</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public JSFunctionAttribute (Microsoft.JScript.JSFunctionAttributeEnum value);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype Microsoft.JScript.JSFunctionAttributeEnum value) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.JScript.JSFunctionAttribute.#ctor(Microsoft.JScript.JSFunctionAttributeEnum)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.JScript</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="value" Type="Microsoft.JScript.JSFunctionAttributeEnum" />
</Parameters>
<Docs>
<param name="value">The calling conventions of the method or constructor.</param>
<summary>Initializes a new instance of the <see cref="T:Microsoft.JScript.JSFunctionAttribute" /> class, using the specified calling conventions.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public JSFunctionAttribute (Microsoft.JScript.JSFunctionAttributeEnum value, Microsoft.JScript.JSBuiltin builtinFunction);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype Microsoft.JScript.JSFunctionAttributeEnum value, valuetype Microsoft.JScript.JSBuiltin builtinFunction) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.JScript.JSFunctionAttribute.#ctor(Microsoft.JScript.JSFunctionAttributeEnum,Microsoft.JScript.JSBuiltin)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.JScript</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="value" Type="Microsoft.JScript.JSFunctionAttributeEnum" />
<Parameter Name="builtinFunction" Type="Microsoft.JScript.JSBuiltin" />
</Parameters>
<Docs>
<param name="value">The calling conventions of the method or constructor.</param>
<param name="builtinFunction">The built-in function that this attribute identifies.</param>
<summary>Initializes a new instance of the <see cref="T:Microsoft.JScript.JSFunctionAttribute" /> class, using the specified calling conventions. The attribute identifies the specified built-in function.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetAttributeValue">
<MemberSignature Language="C#" Value="public Microsoft.JScript.JSFunctionAttributeEnum GetAttributeValue ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance valuetype Microsoft.JScript.JSFunctionAttributeEnum GetAttributeValue() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.JScript.JSFunctionAttribute.GetAttributeValue" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.JScript</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.JScript.JSFunctionAttributeEnum</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Gets the calling conventions of the method or constructor.</summary>
<returns>The calling conventions of the method or constructor.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>