IM.SetVariable: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 January 2024

  • curprev 16:2716:27, 4 January 2024Tayfunwiki talk contribs 2,658 bytes +2,658 Created page with "== <code>SetVariable</code> and <code>SetVariable<T></code> Methods in IM Class == === Overview === The <code>SetVariable</code> methods in the IM class are designed to set the value of a public variable. There are two versions: a non-generic version for general use, and a generic version that returns the updated variable cast to a specific type <code>T</code>. === Syntax === <syntaxhighlight lang="c#"> public static void SetVariable(string varNameOrId, object value) p..." Tag: Visual edit