Initialize Method (ScriptingOptions)
In This Topic
Initializes the current
ScriptingOptions object witih the specified external assemblies and namespaces.
Syntax
'Declaration
Public Sub Initialize( _
ByVal () As String, _
ByVal () As String _
)
public void Initialize(
string[] ,
string[]
)
Parameters
- 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.
See Also