VsaEngine.CreateEngineAndGetGlobalScopeWithType メソッド
このメソッドは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.JScript.Vsa
アセンブリ: Microsoft.JScript (microsoft.jscript.dll 内)
構文
Public Shared Function CreateEngineAndGetGlobalScopeWithType ( _ fast As Boolean, _ assemblyNames As String(), _ callingTypeHandle As RuntimeTypeHandle _ ) As GlobalScope
Dim fast As Boolean Dim assemblyNames As String() Dim callingTypeHandle As RuntimeTypeHandle Dim returnValue As GlobalScope returnValue = VsaEngine.CreateEngineAndGetGlobalScopeWithType(fast, assemblyNames, callingTypeHandle)
public static GlobalScope CreateEngineAndGetGlobalScopeWithType ( bool fast, string[] assemblyNames, RuntimeTypeHandle callingTypeHandle )
public: static GlobalScope^ CreateEngineAndGetGlobalScopeWithType ( bool fast, array<String^>^ assemblyNames, RuntimeTypeHandle callingTypeHandle )
public static GlobalScope CreateEngineAndGetGlobalScopeWithType ( boolean fast, String[] assemblyNames, RuntimeTypeHandle callingTypeHandle )
public static function CreateEngineAndGetGlobalScopeWithType ( fast : boolean, assemblyNames : String[], callingTypeHandle : RuntimeTypeHandle ) : GlobalScope
- assemblyNames
- callingTypeHandle

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- VsaEngine.CreateEngineAndGetGlobalScopeWithType メソッドのページへのリンク