Creates an object dynamically from a named Assembly.
Syntax
ISRuntime.CreateObjectFromAssembly(fileName, objectFullName, newObject)
Parameters
| Name | Type | Optional | ByRef | Description |
| fileName |
String |
|
|
The full File Name (including path) of the DLL, eg. "C:\Program Files\TxTStream\TxTMessenger\TxTMessage.dll". |
| objectFullName |
String |
|
|
The Full Name of the Object to create including Namespace and is case sensitive, eg. TxTMessage.Renderer. |
| newObject |
Object |
|
ByRef |
The newly created object. |
Return Value
Boolean
- Member of:
- ISRuntime
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0