Table of Contents

Interface IProcessFactory

Namespace
GroupeIsa.Neos.Shared.IO
Assembly
GroupeIsa.Neos.Shared.dll

Provides the functionalities of a factory of process.

public interface IProcessFactory

Methods

Create()

Creates a new process.

IProcess Create()

Returns

IProcess

The new process.

GetCurrentProcess()

Gets the current process.

IProcess GetCurrentProcess()

Returns

IProcess

The current process.