ResultDataBuffer Methods |
The ResultDataBuffer type exposes the following members.
Name | Description | |
---|---|---|
DisposeResults |
Delete references to result data
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FindOrCreateResultData(IFilePath, IDiagnostics) |
Registers a ResultData in the buffer.
| |
FindOrCreateResultData(IFilePath, String, IDiagnostics) |
Registers a ResultData in the buffer.
| |
FindOrCreateResultDataSearch(IFilePath, IDiagnostics) |
Registers a ResultData in the buffer.
| |
FindOrCreateResultDataSearch(IFilePath, String, IDiagnostics) |
Registers a ResultData in the buffer.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Register |
Manually register a result data object to the buffer
| |
RegisteredFilePaths |
Return a list of all the filepaths registered in this buffer
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |