GME
13
|
This class implements the necessary COM interfaces for a GME interpreter component. More...
Public Member Functions | |
void | SwitchReferences (object[] lib1Objects, object[] lib2Objects) |
void | PrintLine (Func< string, string, string > f, IMgaFCO a, IMgaFCO b) |
void | SwitchReference (IMgaFCO to, IMgaReference @ref) |
This class implements the necessary COM interfaces for a GME interpreter component.
Definition at line 21 of file ReferenceSwitcher.cs.
void CSGUI.ReferenceSwitcher.PrintLine | ( | Func< string, string, string > | f, |
IMgaFCO | a, | ||
IMgaFCO | b | ||
) | [inline] |
Definition at line 33 of file ReferenceSwitcher.cs.
void CSGUI.ReferenceSwitcher.SwitchReference | ( | IMgaFCO | to, |
IMgaReference @ | ref | ||
) | [inline] |
Definition at line 37 of file ReferenceSwitcher.cs.
void CSGUI.ReferenceSwitcher.SwitchReferences | ( | object[] | lib1Objects, |
object[] | lib2Objects | ||
) | [inline] |
Definition at line 26 of file ReferenceSwitcher.cs.