Table of Contents

Class EntryPoint

Namespace
Fabricator.Console
Assembly
Fabricator.Console.dll
[CompilationMapping(SourceConstructFlags.Module)]
public static class EntryPoint
Inheritance
EntryPoint
Inherited Members

Methods

main(IEnumerable<string>, IEnumerable<IResource>)

Performs tasks on the passed resources according to the passed arguments.

[CompilationArgumentCounts(new int[] { 1, 1 })]
public static int main(IEnumerable<string> args, IEnumerable<IResource> resources)

Parameters

args IEnumerable<string>
resources IEnumerable<IResource>

Returns

int