PrintDocument for WinForms
Initialize メソッド (ScriptingOptions)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Scripting 名前空間 > ScriptingOptions クラス : Initialize メソッド
An array of assembly names that are added to ScriptingOptions.ExternalAssemblies on the current object.
An array of namespace names that are added to ScriptingOptions.Namespaces on the current object.
Initializes the current ScriptingOptions object witih the specified external assemblies and namespaces.
シンタックス
'宣言
 
Public Sub Initialize( _
   ByVal externalAssemblies() As System.String, _
   ByVal namespaces() 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[] externalAssemblies,
   System.string[] namespaces
)

パラメータ

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.
参照

ScriptingOptions クラス
ScriptingOptions メンバ