mscorlib(4.0.0.0) API with additions
ISymbolDocumentWriter.cs
2 
4 {
6  [ComVisible(true)]
7  public interface ISymbolDocumentWriter
8  {
11  void SetSource(byte[] source);
12 
16  void SetCheckSum(Guid algorithmId, byte[] checkSum);
17  }
18 }
void SetSource(byte[] source)
Stores the raw source for a document in the symbol store.
void SetCheckSum(Guid algorithmId, byte[] checkSum)
Sets checksum information.
Definition: __Canon.cs:3
Represents a globally unique identifier (GUID).To browse the .NET Framework source code for this type...
Definition: Guid.cs:14
Represents a document referenced by a symbol store.