VR-Link JAVA API Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
9.2 - Adding the VR-Link for C#.dll to Your Project

To use VR-Link for C# in your application you must add vrLinkSharp.dll reference to your project.

To do so:

  1. Right click on your project and select Add Reference.
  2. Select the Browse tab.
  3. Navigate to the ./bin directory inside the root VR-Link install folder.
  4. Select vrLinkSharp.dll from the list.

The makVrl namespace contains all VR-Link C# classes including message types, mathematical utilities, coordinate systems, and simulation management classes. Add the following using statement to access the C# library:

using makVrl;

[<< Introduction to the C# API] [Home] [Initializing an Exercise Connection >>]


Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)