altcover

Command class

A C#-friendly expression of the core API to drive the instrumentation and collection process.

public static class Command

Public Members

name description
static Collect(…) Performs the collection phase of the coverage operation.
static ImportModule(…) Performs the AltCover ImportModule operation.
static Prepare(…) Performs the instrumentation phase of the coverage operation.
static Version(…) Performs the AltCover Version operation.

See Also