API Reference (C#)¶
The API reference for RSML in C# is organized by namespace and then class.
Overview¶
-
RSDocumentEvaluateDocument()EvaluateDocument(string)EvaluateDocument(bool, string?)EvaluateDocument(string, string?)EvaluateDocument(string, bool, string?)LoadRSMLFromFile(string)LoadRSMLFromFileAsync(string)LoadRSMLFromFileIntoDocument(string)NewFromFile(string)RSDocument(string)RSDocument(StringReader)RSDocument(RSParser)SaveRSMLToFile(string)ToString()
-
-
ImmutableActionException()ImmutableActionException(string)ImmutableActionException(string?, Exception?)
-
RSMLRuntimeException()RSMLRuntimeException(string)RSMLRuntimeException(string?, Exception?)
-
UndefinedActionException()UndefinedActionException(string)UndefinedActionException(string?, Exception?)
-
UndefinedSpecialException()UndefinedSpecialException(string)UndefinedSpecialException(string?, Exception?)
-
-
-
CreateMFRoadLike(string)CreateNew(string)CreateNewFromFilepath(string)
-
DefineOperator(OperatorType, string)EvaluateRSML(string)EvaluateRSML(bool, string)EvaluateRSMLWithCustomRid(string, string)EvaluateRSMLWithCustomRid(string, bool, string)RegisterAction(OperatorType, Action<RSParser, string>)RegisterSpecialFunction(string, Func<RSParser, string, byte>)RSParser(string)RSParser(StringReader)RSParser(RSDocument)RSParser(RSParser)ToString()