Edit

Share via


Location Class

Definition

Provides a reference to a value used by an Argument or Variable.

public ref class Location abstract
[System.Runtime.Serialization.DataContract]
public abstract class Location
[<System.Runtime.Serialization.DataContract>]
type Location = class
Public MustInherit Class Location
Inheritance
Location
Derived
Attributes

Constructors

Name Description
Location()

Called by derived class constructors to initialize the object.

Properties

Name Description
LocationType

When overridden in a derived class, gets the type of the referenced object.

Value

Gets or sets the value of the referenced object.

ValueCore

When overridden in a derived class, gets or sets the value of the object referenced by the location.

Methods

Name Description
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
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)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to