COM::getObjectEx Method [AX 2012]
Returns an instance of a COM object that is specified by its file name.
client server public static COM getObjectEx(str fileName)
Run On
CalledParameters
- fileName
- Type: str
The name of the file that provides the functionality for the COM object that is used to create the instance of the COM class.
Return Value
Type: COM ClassAn instance of the COM class that is specified by the filename parameter; nullNothingnullptrunita null reference (Nothing in Visual Basic) if the instance could not be created.
Show: