[]
        
(Showing Draft Content)

C1.C1Preview.Scripting.ScriptingOptions.Initialize

Initialize Method

Initialize(string[], string[])

Initializes the current ScriptingOptions object witih the specified external assemblies and namespaces.

Declaration
public void Initialize(string[] externalAssemblies, string[] namespaces)
Parameters
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.