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.
Assembly: Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)
| 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. |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


