14using System.Runtime.InteropServices;
18public class CFxVSTA : global::System.IDisposable {
19 private Object locker =
new Object();
20 private HandleRef swigCPtr;
22 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
23 public CFxVSTA(IntPtr cPtr,
bool cMemoryOwn) {
25 swigCPtr =
new HandleRef(
this, cPtr);
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
29 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
38 global::System.GC.SuppressFinalize(
this);
41 protected virtual void Dispose(
bool disposing) {
43 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
48 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
64 public virtual bool Load() {
virtual void SetContext(SWIGTYPE_p_std__string hostId, SWIGTYPE_p_std__string applicationPath, SWIGTYPE_p_std__string templateFile, int iLang)
virtual SWIGTYPE_p_std__vectorT_std__string_t GetMacros()
virtual void DeleteMacro(SWIGTYPE_p_std__string pName)
CFxVSTA(IntPtr cPtr, bool cMemoryOwn)
virtual void Dispose(bool disposing)
virtual int GetLanguage()
static HandleRef getCPtr(CFxVSTA obj)
virtual void StopMacroRecording()
virtual void EditMacro(SWIGTYPE_p_std__string pName)
virtual SWIGTYPE_p_std__string GenerateNewMacroName()
virtual void ExecuteMacro(SWIGTYPE_p_std__string pName, SWIGTYPE_p_IDispatch pDispatch)
virtual void StartMacroRecording(SWIGTYPE_p_std__string pName)
virtual void EmitCommands(SWIGTYPE_p_std__vectorT_std__string_t commandList)
virtual int GetCurrentMacro()
virtual void SetCurrentMacro(int macroIndex)
virtual bool IsVSTAStarted()
static global::System.Exception Retrieve()
static int CFxVSTA_GetLanguage(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxVSTA_StopMacroRecording(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxVSTA_EmitCommands(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr CFxVSTA_GetMacros(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxVSTA_EditMacro(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void CFxVSTA_DeleteMacro(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool CFxVSTA_Load(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxVSTA_SetContext(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4, int jarg5)
static int CFxVSTA_GetCurrentMacro(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_CFxVSTA(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxVSTA_ExecuteMacro(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void CFxVSTA_SetCurrentMacro(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static global::System.IntPtr CFxVSTA_GenerateNewMacroName(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CFxVSTA_IsVSTAStarted(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CFxVSTA_StartMacroRecording(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)