xlang v5.1 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
Process类 参考
Process 的协作图:
Collaboration graph

Public 成员函数

静态 Public 成员函数

静态 Public 属性

详细描述

在文件 Process.x1 行定义.

构造及析构函数说明

◆ Process() [1/2]

◆ Process() [2/2]

Process ( String  ,
  String[] 
) throws IllegalArgumentException

成员函数说明

◆ create()

bool create ( int  ) throws IllegalArgumentException

◆ CurrentProcessId()

static final long CurrentProcessId ( )
static

◆ exit()

bool exit ( int  )

◆ finalize()

void finalize ( )

◆ getExitCode()

int getExitCode ( )

◆ id()

long id ( )

◆ raise()

void raise ( int  )

◆ read()

int read ( byte  [],
int  ,
int   
) throws IndexOutOfBoundsException, IllegalArgumentException

◆ readError()

int readError ( byte  [],
int  ,
int   
) throws IndexOutOfBoundsException, IllegalArgumentException

◆ setWorkDirectory()

bool setWorkDirectory ( String  ) throws IllegalArgumentException

◆ waitFor()

bool waitFor ( int  ) throws IllegalArgumentException

◆ write()

int write ( byte  [],
int  ,
int   
) throws IndexOutOfBoundsException, IllegalArgumentException

结构体成员变量说明

◆ Default

const int Default
static

在文件 Process.x2 行定义.

◆ NewConsole

const int NewConsole
static

在文件 Process.x8 行定义.

◆ RedirectStdErr

const int RedirectStdErr
static

在文件 Process.x7 行定义.

◆ StdErr

const int StdErr
static

在文件 Process.x6 行定义.

◆ StdIn

const int StdIn
static

在文件 Process.x5 行定义.

◆ StdOut

const int StdOut
static

在文件 Process.x4 行定义.

◆ Visible

const int Visible
static

在文件 Process.x3 行定义.