The constructor must be __ONLY__ used from internal code (InnovatorCore.dll). The
only reason it's declared public is that IOM and InnovatorCore.dll are separate
DLLs and there is no way in .NET languages to declare a class from one library
visible to only a particular library or class in it (something like "friend" in C++).
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _
serverConnection As IServerConnection _
) |
Examples
VB.Net
Dim innovator as Innovator = new Innovator(serverConnection)
See Also