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 | |
---|---|---|
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. |
|
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. |
|
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. |
|
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. |
|
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 | |
---|---|---|
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. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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