コード例 #1
0
ファイル: Address.cs プロジェクト: nikola-v/jaustoolset
 internal static HandleRef getCPtr(Address obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #2
0
ファイル: Address.cs プロジェクト: nikola-v/jaustoolset
 public Address(Address from)
     : this(JausAddressModulePINVOKE.new_Address__SWIG_1(Address.getCPtr(from)), true)
 {
     if (JausAddressModulePINVOKE.SWIGPendingException.Pending) throw JausAddressModulePINVOKE.SWIGPendingException.Retrieve();
 }