コード例 #1
0
ファイル: BDoc.cs プロジェクト: Krabi/idkaart_public
 public override void addDocument(Document document)
 {
     digidocPINVOKE.BDoc_addDocument(swigCPtr, Document.getCPtr(document));
     if (digidocPINVOKE.SWIGPendingException.Pending) throw digidocPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #2
0
ファイル: BDoc.cs プロジェクト: Krabi/idkaart_public
 public override Document getDocument(uint id)
 {
     Document ret = new Document(digidocPINVOKE.BDoc_getDocument(swigCPtr, id), true);
     if (digidocPINVOKE.SWIGPendingException.Pending) throw digidocPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
コード例 #3
0
ファイル: Document.cs プロジェクト: Krabi/idkaart_public
 internal static HandleRef getCPtr(Document obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }