Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

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

public ref class DatabaseFunction 

NameDescription
System_CAPS_pubpropertyClass

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_pubpropertyName

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_pubpropertyNamespace

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_pubpropertySymbolId

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_pubpropertyUndecoratedName

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.

NameDescription
System_CAPS_pubmethodAddBlock(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_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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

Return to top
Show: