コード例 #1
0
 internal static HandleRef getCPtr(DB_CHANNEL obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #2
0
ファイル: DbChannel.cs プロジェクト: bohrasd/windowsrtdev
 internal DbChannel(DB_CHANNEL channel)
 {
     this.channel = channel;
     isOpen = true;
     timeout = 0;
 }
コード例 #3
0
ファイル: DB_CHANNEL.cs プロジェクト: mcandre/db
 internal static HandleRef getCPtr(DB_CHANNEL obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #4
0
ファイル: DB_CHANNEL.cs プロジェクト: joegana/BDBC
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(DB_CHANNEL obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }