Share via


SourceLocationTracker Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Provides a source location tracker.

Inheritance Hierarchy

System.Object
  System.Web.Razor.Text.SourceLocationTracker

Namespace:  System.Web.Razor.Text
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Class SourceLocationTracker
'Usage
Dim instance As SourceLocationTracker
public class SourceLocationTracker
public ref class SourceLocationTracker
type SourceLocationTracker =  class end
public class SourceLocationTracker

The SourceLocationTracker type exposes the following members.

Constructors

  Name Description
Public method SourceLocationTracker() This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the SourceLocationTracker class.
Public method SourceLocationTracker(SourceLocation) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the SourceLocationTracker class.

Top

Properties

  Name Description
Public property CurrentLocation This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the current location of the source.

Top

Methods

  Name Description
Public methodStatic member CalculateNewLocation This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Calculates the new location of the source.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method UpdateLocation(String) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Updates the location of the source.
Public method UpdateLocation(Char, Char) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Updates the source location.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Razor.Text Namespace