Skip to content

Instantly share code, notes, and snippets.

@JoshVarty
Last active April 21, 2016 03:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoshVarty/45ae91d971414ac07983079c68e6fabb to your computer and use it in GitHub Desktop.
Save JoshVarty/45ae91d971414ac07983079c68e6fabb to your computer and use it in GitHub Desktop.
public EmitDifferenceResult EmitDifference(
EmitBaseline baseline, //Input: Information about the baseline compilation
IEnumerable<SemanticEdit> edits, //Input: A collection of edits made to the program
Stream metadataStream, //Output: Contains the Metadata deltas
Stream ilStream, //Output: Contains the IL deltas
Stream pdbStream, //Output: Contains the .pdb deltas
ICollection<MethodDefinitionHandle> updatedMethods) //Output: that contains methods that changed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment