Nadirovich1317
?>

Using system; using system.collections.generic; using system.linq; using system.text; using system.threading.tasks; using system.reflection; using system.io; using system.diagnostics; namespace ._3 { class program { static void main() { } static void enummodsforpid(int pid) { process theproc = null; console.writeline(); try { theproc = process.getprocessbyld(pid); console.writeline(); } catch(argumentexception ex) { console.writeline(ex.message); return; } console.writeline("here are the loaded modules for: {0}", theproc.processname); try { processmodulecollection themods = theproc.modules; foreach(processmodule pm in themods) { string info = string.format ("-> mod name: {0}", pm.modulename); console.writeline(info); } } catch(exception ex) { console.writeline(ex.message); } } } } как сделать ручной ввод id процесса? язык c#

Информатика

Ответы

Шмидт Ирина
Class program      {                  static void main(string[] args)        {              int pid = 0;             console.writeline("введите pid");             pid = convert.toint32(console.;   enummodsforpid(pid);           }        static void enummodsforpid(int pid)        {        }       }так подойдет?
APerova3464
Program project2; {$apptype console} uses  sysutils,windows; constnmin=1; nmax=20; typemas=array[nmin..nmax] of integer; vara: mas; i: integer; s: real; begin  setconsolecp(1251);   setconsoleoutputcp(1251);   randomize; for i: =1 to   nmax doa[i]: =random(1000)-500; writeln ('ìàññèâ: ');   for i: =1 to   nmax do  beginwrite (''); write   (a[i]: 2); writeln (''); end; s: =0; for i: =1 to nmax dobeginif a[i]< 0 thens: =s+a[i]; end; writeln ('ñóììà îòðèöàòåëüíûõ ýëåìåíòîâ ìàññèâà = ',s: 2: 2); readln; end.
Эрендженова
Var a: array[1..10] of integer; begin k: =0;           for i: =1 to 10 do begin           writeln('введите 10 чисел'); readln(a);           max: =a[i]; min: =a[i]           for i: =2 to 10 do begin           if a[i]> max then max: =a[i];           if a[i]< min then min: =a[i];   end;           s: =(min+max)/2;           for i: =1 to 10 do begin           if a[i]< s then k: =k+1; end;           writeln(k); end.

Ответить на вопрос

Поделитесь своими знаниями, ответьте на вопрос:

Using system; using system.collections.generic; using system.linq; using system.text; using system.threading.tasks; using system.reflection; using system.io; using system.diagnostics; namespace ._3 { class program { static void main() { } static void enummodsforpid(int pid) { process theproc = null; console.writeline(); try { theproc = process.getprocessbyld(pid); console.writeline(); } catch(argumentexception ex) { console.writeline(ex.message); return; } console.writeline("here are the loaded modules for: {0}", theproc.processname); try { processmodulecollection themods = theproc.modules; foreach(processmodule pm in themods) { string info = string.format ("-> mod name: {0}", pm.modulename); console.writeline(info); } } catch(exception ex) { console.writeline(ex.message); } } } } как сделать ручной ввод id процесса? язык c#
Ваше имя (никнейм)*
Email*
Комментарий*

Популярные вопросы в разделе

evainvest1
Васильевна_Наталья
merx80
Денис_Петровна
olesya-kwas
Dubovitskayae
D.Yu. Polina1703
almihanika435
ilyagenius
Карева Даниил1537
Alsergus7811
Пономаренко
Анатольевич-Митюшин
Милита1065
Екатерина655