Creates a new M-Files API object.
This method is no longer needed. New applications should create objects with the new keyword. See remarks for more details.
Creates a new M-Files API object.
This method is no longer needed. New applications should create objects with the new keyword. See remarks for more details.
Visual Basic |
---|
Public Function CreateInstance( _ ByVal name As String _ ) As Object |
This method is unnecessary in new applications. In M-Files 10.0.3911.3 and newer the M-Files API objects can be created with new keyword, e.g.
var o = new MFiles.ObjVer();
This method is supported in M-Files 9.0.3372.6 and newer.