Пример #1
0
 public void addComponent(ComponentMetadata componentInfo)
 {
     xpcf_apiPINVOKE.ModuleMetadata_addComponent(swigCPtr, ComponentMetadata.getCPtr(componentInfo));
     if (xpcf_apiPINVOKE.SWIGPendingException.Pending)
     {
         throw xpcf_apiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public ComponentMetadata(ComponentMetadata other) : this(xpcf_apiPINVOKE.new_ComponentMetadata__SWIG_0(ComponentMetadata.getCPtr(other)), true)
 {
     if (xpcf_apiPINVOKE.SWIGPendingException.Pending)
     {
         throw xpcf_apiPINVOKE.SWIGPendingException.Retrieve();
     }
 }