Table of Contents

Method SignalExternalCommandLineArgs

Namespace
Innova.Prism.Library
Assembly
Innova.Prism.Library.dll

SignalExternalCommandLineArgs(IList<string>)

Signals the external command line arguments to the application.

public virtual bool SignalExternalCommandLineArgs(IList<string> args)

Parameters

args IList<string>

The list of command line arguments.

Returns

bool

True if the signal was successful; otherwise, false.