[]
Initializes the current ScriptingOptions object witih the specified external assemblies and namespaces.
public void Initialize(string[] externalAssemblies, string[] namespaces)
| Type | Name | Description |
|---|---|---|
| string[] | externalAssemblies | An array of assembly names that are added to ExternalAssemblies on the current object. |
| string[] | namespaces | An array of namespace names that are added to Namespaces on the current object. |