xpfCreateDotNetObject
FUNCTION xpfCreateDotNetObject (type : STRING) objecthandle : INTEGER;
The xpfCreateDotNetObject method creates a .Net object of the specified type. The type parameter must have the following syntax:
<namespace>: <class name>
The class must be defined in one of the .Net plugins that are loaded from the folder %EDM_HOME%\dotnet_plugins. If the class or namespace does not exist, an exception is thrown.
Arguments
1 | Type | Name | Comment |
2 | STRING | type | Type of the .NET object |
Return Value
Type | Name | Comment |
INTEGER | objecthandle | handle to the created object |
Options
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.