| Function | Description |
| CLRBindEvent |
Bind a .NET Event to a VFP Handler. |
| CLRCreateObject |
Creates a new .NET Object from one of the assemblies made available with SetCLRClassLibrary |
| CLRGetTypeReference |
Gets a reference to the Class Type and allows to invoke Static (C#) or Shared (VB) methods, Get static properties or Set Static Properties. |
| CLRInvokeStaticMethod |
Invokes a Static (C#) or Shared (VB) method, a Static Method is a Class Method which IS NOT associated with any particular object instance. |
| CLRNewObject |
Creates a new .NET Object from the specified library |
| CLRUnBindEvents |
UnBinds a .NET Event from a VFP Handler. |
| SetCLRClassLibrary |
Add cAssembly to the list of assemblies to be searched for classes, when CLRCreateObject is called, or makes cAssembly the only assembly searched for class creation. |