InterSystems Native SDK for .NET
InterSystems Native SDK for .NET
The InterSystems IRIS® Native SDK for .NET is a lightweight interface that allows .NET applications to access powerful InterSystems IRIS resources formerly available only through ObjectScript:
-
Call ObjectScript and Embedded Python methods and functions
Call any embedded language classmethod from your application as easily as you can call native .NET methods.
-
Manipulate embedded language objects
Create proxy objects in your applications to control embedded language class instances. Call instance methods and get or set property values as if the instances were native .NET objects.
-
Perform transactions in the same session and context as server applications
Your applications can work together with embedded language applications, performing transactions in the same session and context, using the same connection. The connection is fully reentrant, so all applications can join or leave the session as necessary.
-
Directly access globals, the tree-based sparse arrays used to implement the InterSystems multidimensional storage model.
Native SDKs are also available for Python, Java, and Node.js.