Click or drag to resize

Result Class

Represents the result of a Find operation - a CodeObject and its location (Project and CodeUnit).
Inheritance Hierarchy
SystemObject
  Nova.AnalysisResult

Namespace:  Nova.Analysis
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public class Result

The Result type exposes the following members.

Constructors
  NameDescription
Public methodResult
Create a Result.
Top
Properties
  NameDescription
Public propertyCodeObject
The associated CodeObject.
Public propertyCodeUnit
The associated CodeUnit.
Public propertyLineCol
The associated line number and column in "9999/99" format (if any, otherwise empty string).
Public propertyProject
The associated Project.
Public propertyRender
Top
Methods
  NameDescription
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 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 methodToString
Format the Result as a string.
(Overrides ObjectToString.)
Top
See Also