Ejemplo n.º 1
0
 protected virtual void Dispose(bool disposing)
 {
     if (!disposedValue)
     {
         String_c.Deconstructor(Pointer);
         disposedValue = true;
     }
 }
Ejemplo n.º 2
0
 public static StdString Create(string str)
 {
     byte[] bytes = Encoding.ASCII.GetBytes(str);
     return(new StdString(String_c.Constructor(MSVCR100.New(0x14), bytes, bytes.Length)));
 }