private void InfoButton_Click(object sender, EventArgs e)
 {
     using (diagnostics about = new diagnostics())
     {
         _ = about.ShowDialog();
     }
 }
Beispiel #2
0
 internal static extern bool CreateProcess([MarshalAs(UnmanagedType.LPTStr)] string lpApplicationName, string lpCommandLine, securityAttributes lpProcessAttributes, securityAttributes lpThreadAttributes, bool bInheritHandles, diagnostics.process.createFlags dwCreationFlags, IntPtr lpEnvironment, [MarshalAs(UnmanagedType.LPTStr)] string lpCurrentDirectory, diagnostics.process.startupInfo lpStartupInfo, diagnostics.process.processInformation lpProcessInformation);
Beispiel #3
0
 internal static extern bool SetInformationJobObject(IntPtr hJob, diagnostics.job.informationType infoType, IntPtr lpJobObjectInfo, uint cbJobObjectInfoLength);
Beispiel #4
0
 Subject.GetSemanticModel().GetAllDiagnostics().Should().HaveDiagnostics(diagnostics, because, becauseArgs);
Beispiel #5
0
 internal static extern bool GetProcessMemoryInfo(IntPtr hProcess, out diagnostics.process.memoryCounters counters, uint size);
Beispiel #6
0
 DisplayInteractiveErrors(diagnostics, Console.Error);
Beispiel #7
0
 Subject.GetEntrypointSemanticModel().GetAllDiagnostics(noLinterConfig).Should().HaveDiagnostics(diagnostics, because, becauseArgs);