Пример #1
0
 public void ShowVarInfo()
 {
     VariableViewerForm varInfo =
         new VariableViewerForm(
             _watchVarControl.VarName,
             _watchVar.GetTypeDescription(),
             _watchVar.GetBaseOffsetDescription(),
             _watchVar.GetRamAddressString(true, _watchVarControl.FixedAddressList),
             _watchVar.GetProcessAddressString(_watchVarControl.FixedAddressList));
     varInfo.Show();
 }