Click or drag to resize

ResultDataBuffer Methods

The ResultDataBuffer type exposes the following members.

Methods
  NameDescription
Public methodDisposeResults
Delete references to result data
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindOrCreateResultData(IFilePath, IDiagnostics)
Registers a ResultData in the buffer.
Public methodFindOrCreateResultData(IFilePath, String, IDiagnostics)
Registers a ResultData in the buffer.
Public methodFindOrCreateResultDataSearch(IFilePath, IDiagnostics)
Registers a ResultData in the buffer.
Public methodFindOrCreateResultDataSearch(IFilePath, String, IDiagnostics)
Registers a ResultData in the buffer.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRegister
Manually register a result data object to the buffer
Public methodRegisteredFilePaths
Return a list of all the filepaths registered in this buffer
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also