예제 #1
0
 public string GetBinding(string command)
 {
     if (IsDead())
     {
         throw new Exceptions.SimObjectPointerInvalidException();
     }
     return(Marshal.PtrToStringAnsi(InternalUnsafeMethods.ActionMapGetBinding(ObjectPtr->ObjPtr, command)));
 }