forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathImport.xml
44 lines (44 loc) · 2.04 KB
/
Import.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
<Type Name="Import" FullName="Microsoft.JScript.Import">
<TypeSignature Language="C#" Value="public sealed class Import : Microsoft.JScript.AST" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit Import extends Microsoft.JScript.AST" />
<TypeSignature Language="DocId" Value="T:Microsoft.JScript.Import" />
<AssemblyInfo>
<AssemblyName>Microsoft.JScript</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.JScript.AST</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>Imports namespaces for use in code. This class belongs to the abstract syntax tree category.</summary>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
<Members>
<Member MemberName="JScriptImport">
<MemberSignature Language="C#" Value="public static void JScriptImport (string name, Microsoft.JScript.Vsa.VsaEngine engine);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void JScriptImport(string name, class Microsoft.JScript.Vsa.VsaEngine engine) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.JScript.Import.JScriptImport(System.String,Microsoft.JScript.Vsa.VsaEngine)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.JScript</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="name" Type="System.String" />
<Parameter Name="engine" Type="Microsoft.JScript.Vsa.VsaEngine" />
</Parameters>
<Docs>
<param name="name">The namespace to import.</param>
<param name="engine">A reference to the scripting engine.</param>
<summary>Imports the specified namespace for use by the specified scripting engine.</summary>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
</Member>
</Members>
</Type>