devNotes 7-08-16 adb debug workflow

Save ADB Log namespace System.Diagnostics { [DefaultEvent(“Exited”)] [DefaultProperty(“StartInfo”)] [Designer(“System.Diagnostics.Design.ProcessDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”)] [MonitoringDescription(“Represents a system process”)] public class Process : Component { public Process(); ~Process(); [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [MonitoringDescription(“Base process priority.”)] [MonoTODOAttribute] public int BasePriority { get; } [Browsable(false)] [DefaultValue(false)] [MonitoringDescription(“Check for exiting of the process to raise the apropriate event.”)] public bool EnableRaisingEvents { get; … Continue reading devNotes 7-08-16 adb debug workflow