DatabaseFunction Class

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

Represents a function in the code coverage analysis database. This class and its members are reserved for internal use and are not intended to be used in your code.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.Coverage.Analysis.Database.DatabaseFunction

Namespace:  Microsoft.VisualStudio.Coverage.Analysis.Database
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

'Declaration
Public Class DatabaseFunction
public class DatabaseFunction
public ref class DatabaseFunction
type DatabaseFunction =  class end
public class DatabaseFunction

The DatabaseFunction type exposes the following members.

Properties

  Name Description
Public property Class Gets the name of the class for this function. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property Name Gets the name of this function. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property Namespace Gets the name of the namespace for this function. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property SymbolId Gets the ID for the symbol for this function. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property UndecoratedName Gets the undecorated name for this function. This class and its members are reserved for internal use and are not intended to be used in your code.

Top

Methods

  Name Description
Public method AddBlock Adds a code block to the database by using the provided parameters. This class and its members are reserved for internal use and are not intended to be used in your code.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
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.)

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

Microsoft.VisualStudio.Coverage.Analysis.Database Namespace

CoverageDatabase