Skip to content

Commit

Permalink
doco
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Mar 9, 2015
1 parent 38b370d commit 1ab50b3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions SampleTask.Fody/ModuleWeaver.cs
Expand Up @@ -79,4 +79,14 @@ public void Execute()
{
ModuleDefinition.Types.Add(new TypeDefinition("MyNamespace", "MyType", TypeAttributes.Public));
}

// Will be called when a request to cancel the build occurs. OPTIONAL
public void Cancel()
{
}

// Will be called after all weaving has occurred and the module has been saved. OPTIONAL
public void AfterWeaving()
{
}
}

0 comments on commit 1ab50b3

Please sign in to comment.