Initializes the current
ScriptingOptions object witih the specified external assemblies and namespaces.
シンタックス
'宣言
Public Sub Initialize( _
ByVal () As System.String, _
ByVal () As System.String _
)
'使用法
Dim instance As ScriptingOptions
Dim externalAssemblies() As System.String
Dim namespaces() As System.String
instance.Initialize(externalAssemblies, namespaces)
public void Initialize(
System.string[] ,
System.string[]
)
パラメータ
- externalAssemblies
- An array of assembly names that are added to ScriptingOptions.ExternalAssemblies on the current object.
- namespaces
- An array of namespace names that are added to ScriptingOptions.Namespaces on the current object.
参照