Esempio n. 1
0
        public static ScriptSubsystem getInstance()
        {
            global::System.IntPtr cPtr = SharpMochaPINVOKE.ScriptSubsystem_getInstance();
            ScriptSubsystem       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ScriptSubsystem(cPtr, false);

            return(ret);
        }
Esempio n. 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ScriptSubsystem obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Esempio n. 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ScriptSubsystem obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }