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 | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
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. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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.