Example #1
0
 public string OwnerName()
 {
     try
     {
         return(CppToCsharpAdapter.OwnerName(my_hash_file_pointer));
     }
     catch (SEHException ex)
     {
         return(CppToCsharpAdapter.GetLastErrorMessage(this.my_hash_file_pointer));
     }
     catch
     {
         throw;
     }
 }