// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace Microsoft.Singularity { using System; // Define the delegate //| public delegate int ProcessStart(String[] args); }