Question neel Je · Nov 4, 2020 IRISReference in Native Api I am trying to use IRIS Native API in .NET code I see following code snippet here https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls... IRISReference valueRef = new IRISReference(""); // set inital value to null string iris.ClassMethodString("%SomeClass","SomeMethod",valueRef); String myString = valueRef.value; // get the method result But IRISReference is not available as a type. #.NET #InterSystems IRIS 0 3 0 217