Click or drag to resize
ASCommonExternalDllDirectory Property
Gets or sets the external DLL directory used in RMI. All the dlls in this directory are searched to load the invocable class

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public static string ExternalDllDirectory { get; set; }

Property Value

Type: String
The external DLL directory.
See Also