Ejemplo n.º 1
0
 private void SwigDirectorConnect()
 {
     if (SwigDerivedClassHasMethod("WhatAmI", swigMethodTypes0))
     {
         swigDelegate0 = new SwigDelegateParent_0(SwigDirectorWhatAmI);
     }
     if (SwigDerivedClassHasMethod("DoSomethingElse", swigMethodTypes1))
     {
         swigDelegate1 = new SwigDelegateParent_1(SwigDirectorDoSomethingElse);
     }
     CppApiPINVOKE.Parent_director_connect(swigCPtr, swigDelegate0, swigDelegate1);
 }