Exemplo n.º 1
0
 public void reloadFromMemory(string source, int length)
 {
     FiftyOneDegreesTrieV3PINVOKE.Provider_reloadFromMemory(swigCPtr, source, length);
     if (FiftyOneDegreesTrieV3PINVOKE.SWIGPendingException.Pending)
     {
         throw FiftyOneDegreesTrieV3PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public void reloadFromMemory(SWIGTYPE_p_unsigned_char source, int size)
 {
     FiftyOneDegreesTrieV3PINVOKE.Provider_reloadFromMemory(swigCPtr, SWIGTYPE_p_unsigned_char.getCPtr(source), size);
     if (FiftyOneDegreesTrieV3PINVOKE.SWIGPendingException.Pending)
     {
         throw FiftyOneDegreesTrieV3PINVOKE.SWIGPendingException.Retrieve();
     }
 }