Table of Contents

Interface IProcessHandle

Namespace
Java.Lang
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IProcessHandle : IComparable<ProcessHandle>

Methods

Children()

Stream<ProcessHandle> Children()

Returns

Stream<ProcessHandle>

Stream

CompareTo(ProcessHandle)

int CompareTo(ProcessHandle arg0)

Parameters

arg0 ProcessHandle

ProcessHandle

Returns

int

int

CompareTo(object)

int CompareTo(object arg0)

Parameters

arg0 object

object

Returns

int

int

Descendants()

Stream<ProcessHandle> Descendants()

Returns

Stream<ProcessHandle>

Stream

Destroy()

bool Destroy()

Returns

bool

bool

DestroyForcibly()

bool DestroyForcibly()

Returns

bool

bool

InfoMethod()

ProcessHandle.Info InfoMethod()

Returns

ProcessHandle.Info

ProcessHandle.Info

IsAlive()

bool IsAlive()

Returns

bool

bool

OnExit()

CompletableFuture<ProcessHandle> OnExit()

Returns

CompletableFuture<ProcessHandle>

CompletableFuture

Parent()

Optional<ProcessHandle> Parent()

Returns

Optional<ProcessHandle>

Optional

Pid()

long Pid()

Returns

long

long

SupportsNormalTermination()

bool SupportsNormalTermination()

Returns

bool

bool