5. Configuring the OpenROAD Server : Server Component and Gatekeeper Configuration : How You Can Configure the OpenROAD Server .NET Client Gatekeeper : OpenROAD .NET Interface
 
Share this page                  
OpenROAD .NET Interface
The OpenROAD .NET Interface is provided by the Ca.OpenROAD.dll assembly. The Ca.OpenROAD namespace provides ParameterData, RemoteServer, and ASOSession classes that wrap the corresponding COM classes. This interface is a slight modification of the default .NET/COM interop mapping, which enables it to provide more convenient method signatures.
You can install the Ca.OpenROAD and Ca.OpenROAD.Orrsolib assemblies in the Global Assembly Cache if desired. Or you can drop copies of them into the bin subdirectory under your ASP.NET application root.
The Ca.OpenROAD assembly uses an underlying COM interop assembly from the Ca.OpenROAD.Orrsolib.dll. The Ca.OpenROAD.Orrsolib assembly is not intended to be used directly in your code. It is used internally by the Ca.OpenROAD assembly.
For descriptions of the classes and methods provided by the Ca.OpenROAD assembly, see .NET Interface (see .NET Interface).