forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFunctionWrapper.xml
40 lines (40 loc) · 1.77 KB
/
FunctionWrapper.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
<Type Name="FunctionWrapper" FullName="Microsoft.JScript.FunctionWrapper">
<TypeSignature Language="C#" Value="public sealed class FunctionWrapper : Microsoft.JScript.ScriptFunction" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit FunctionWrapper extends Microsoft.JScript.ScriptFunction" />
<TypeSignature Language="DocId" Value="T:Microsoft.JScript.FunctionWrapper" />
<AssemblyInfo>
<AssemblyName>Microsoft.JScript</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.JScript.ScriptFunction</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>Binds the members of a function to an object.</summary>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
<Members>
<Member MemberName="ToString">
<MemberSignature Language="C#" Value="public override string ToString ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance string ToString() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.JScript.FunctionWrapper.ToString" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.JScript</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Creates a string representation of the function.</summary>
<returns>A string representation of the function that contains the function source, the function members, and the function name.</returns>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
</Member>
</Members>
</Type>