DatabaseFunction Class

 

This API supports the product 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.

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

Inheritance Hierarchy

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

Syntax

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

Properties

Name Description
System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

Methods

Name Description
System_CAPS_pubmethod AddBlock(UInt32, String, UInt32, UInt32, UInt32, UInt32)

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.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

CoverageDatabase
Microsoft.VisualStudio.Coverage.Analysis.Database Namespace

Return to top