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.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)
Syntax
C# |
---|
public static string ExternalDllDirectory { get; set; } |
Visual Basic |
---|
Public Shared Property ExternalDllDirectory As String
Get
Set |
Visual C++ |
---|
public:
static property String^ ExternalDllDirectory {
String^ get ();
void set (String^ value);
} |
Field Value
The external DLL directory.
See Also