Information Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Information type exposes the following members.

Methods

  Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public methodStatic member Erl Returns an integer indicating the line number of the last executed statement. Read-only.
Public methodStatic member Err Contains information about run-time errors.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public methodStatic member IsArray Returns a Boolean value indicating whether a variable points to an array.
Public methodStatic member IsDate Returns a Boolean value indicating whether an expression represents a valid Date value.
Public methodStatic member IsDBNull Returns a Boolean value indicating whether an expression evaluates to the System.DBNull class.
Public methodStatic member IsError Returns a Boolean value indicating whether an expression is an exception type.
Public methodStatic member IsNothing Returns a Boolean value indicating whether an expression has no object assigned to it.
Public methodStatic member IsReference Returns a Boolean value indicating whether an expression evaluates to a reference type.
Public methodStatic member LBound Returns the lowest available subscript for the indicated dimension of an array.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public methodStatic member UBound Returns the highest available subscript for the indicated dimension of an array.
Public methodStatic member VarType Returns an Integer value containing the data type classification of a variable.

Top