CoverageDSPriv.ModuleDataTable Class

 

Represents a data table that contains module information in the code that is being analyzed. 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
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Inheritance Hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataTable
      System.Data.TypedTableBase<T>
        Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.ModuleDataTable

Syntax

[SerializableAttribute]
public class ModuleDataTable : TypedTableBase<CoverageDSPriv.ModuleRow>
[SerializableAttribute]
public ref class ModuleDataTable : TypedTableBase<CoverageDSPriv::ModuleRow^>
[<SerializableAttribute>]
type ModuleDataTable = 
    class
        inherit TypedTableBase<CoverageDSPriv.ModuleRow>
    end
<SerializableAttribute>
Public Class ModuleDataTable
    Inherits TypedTableBase(Of CoverageDSPriv.ModuleRow)

Constructors

Name Description
System_CAPS_pubmethod CoverageDSPriv.ModuleDataTable()

Initializes a new instance of the CoverageDSPriv.ModuleDataTable class. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_protmethod CoverageDSPriv.ModuleDataTable(SerializationInfo, StreamingContext)

Initializes a new instance of the CoverageDSPriv.ModuleDataTable class from XML. This class and its members are reserved for internal use and are not intended to be used in your code.

Properties

Name Description
System_CAPS_pubproperty BlocksCoveredColumn

Gets the data column that contains the number of code blocks in each module that are covered by the analysis. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty BlocksNotCoveredColumn

Gets the data column that contains the number of code blocks in each module that are not covered by the analysis. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty CaseSensitive

(Inherited from DataTable.)

System_CAPS_pubproperty ChildRelations

(Inherited from DataTable.)

System_CAPS_pubproperty Columns

(Inherited from DataTable.)

System_CAPS_pubproperty Constraints

(Inherited from DataTable.)

System_CAPS_pubproperty Container

(Inherited from MarshalByValueComponent.)

System_CAPS_pubproperty Count

Gets the number of module records in this data table. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty DataSet

(Inherited from DataTable.)

System_CAPS_pubproperty DefaultView

(Inherited from DataTable.)

System_CAPS_pubproperty DesignMode

(Inherited from MarshalByValueComponent.)

System_CAPS_pubproperty DisplayExpression

(Inherited from DataTable.)

System_CAPS_protproperty Events

(Inherited from MarshalByValueComponent.)

System_CAPS_pubproperty ExtendedProperties

(Inherited from DataTable.)

System_CAPS_pubproperty HasErrors

(Inherited from DataTable.)

System_CAPS_pubproperty ImageLinkTimeColumn

Gets the data column that contains the image link time number for each module row in this table. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty ImageSizeColumn

Gets the data column that contains the size of the compiled module for each module row in this table. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty IsInitialized

(Inherited from DataTable.)

System_CAPS_pubproperty Item[Int32]

Gets the module row in this table at the specified index. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty LinesCoveredColumn

Gets the data column that contains the number of code lines that are covered in the analysis. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty LinesNotCoveredColumn

Gets the data column that contains the number of code lines that are not covered in the analysis. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty LinesPartiallyCoveredColumn

Gets the data column that contains the number of code lines that are partially covered in the analysis. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty Locale

(Inherited from DataTable.)

System_CAPS_pubproperty MinimumCapacity

(Inherited from DataTable.)

System_CAPS_pubproperty ModuleNameColumn

Gets the data column that contains the name of the module. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty Namespace

(Inherited from DataTable.)

System_CAPS_pubproperty ParentRelations

(Inherited from DataTable.)

System_CAPS_pubproperty Prefix

(Inherited from DataTable.)

System_CAPS_pubproperty PrimaryKey

(Inherited from DataTable.)

System_CAPS_pubproperty RemotingFormat

(Inherited from DataTable.)

System_CAPS_pubproperty Rows

(Inherited from DataTable.)

System_CAPS_pubproperty Site

(Inherited from DataTable.)

System_CAPS_pubproperty TableName

(Inherited from DataTable.)

Methods

Name Description
System_CAPS_pubmethod AcceptChanges()

(Inherited from DataTable.)

System_CAPS_pubmethod AddModuleRow(CoverageDSPriv.ModuleRow)

Adds the provided module row to this table. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod AddModuleRow(String, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32)

Adds a new module row that contains the provided values to this table. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod BeginInit()

(Inherited from DataTable.)

System_CAPS_pubmethod BeginLoadData()

(Inherited from DataTable.)

System_CAPS_pubmethod Cast<TResult>()

(Inherited from TypedTableBase<T>.)

System_CAPS_pubmethod Clear()

(Inherited from DataTable.)

System_CAPS_pubmethod Clone()

Returns a clone of this data table. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.Clone().)

System_CAPS_pubmethod Compute(String, String)

(Inherited from DataTable.)

System_CAPS_pubmethod Copy()

(Inherited from DataTable.)

System_CAPS_pubmethod CreateDataReader()

(Inherited from DataTable.)

System_CAPS_protmethod CreateInstance()

Returns an instance of this data table. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.CreateInstance().)

System_CAPS_pubmethod Dispose()

(Inherited from MarshalByValueComponent.)

System_CAPS_protmethod Dispose(Boolean)

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethod EndInit()

(Inherited from DataTable.)

System_CAPS_pubmethod EndLoadData()

(Inherited from DataTable.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethod FindByModuleName(String)

Returns a module row from this data table by using the provided module name. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod GetChanges()

(Inherited from DataTable.)

System_CAPS_pubmethod GetChanges(DataRowState)

(Inherited from DataTable.)

System_CAPS_pubmethod GetEnumerator()

(Inherited from TypedTableBase<T>.)

System_CAPS_pubmethod GetErrors()

(Inherited from DataTable.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

(Inherited from DataTable.)

System_CAPS_protmethod GetRowType()

Returns the Type for the rows in this data table. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.GetRowType().)

System_CAPS_protmethod GetSchema()

(Inherited from DataTable.)

System_CAPS_pubmethod GetService(Type)

(Inherited from MarshalByValueComponent.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static GetTypedTableSchema(XmlSchemaSet)

Returns the complex schema for this data table. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod ImportRow(DataRow)

(Inherited from DataTable.)

System_CAPS_pubmethod Load(IDataReader)

(Inherited from DataTable.)

System_CAPS_pubmethod Load(IDataReader, LoadOption)

(Inherited from DataTable.)

System_CAPS_pubmethod Load(IDataReader, LoadOption, FillErrorEventHandler)

(Inherited from DataTable.)

System_CAPS_pubmethod LoadDataRow(Object[], Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod LoadDataRow(Object[], LoadOption)

(Inherited from DataTable.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Merge(DataTable)

(Inherited from DataTable.)

System_CAPS_pubmethod Merge(DataTable, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod Merge(DataTable, Boolean, MissingSchemaAction)

(Inherited from DataTable.)

System_CAPS_pubmethod NewModuleRow()

Returns a new module data row. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod NewRow()

(Inherited from DataTable.)

System_CAPS_protmethod NewRowArray(Int32)

(Inherited from DataTable.)

System_CAPS_protmethod NewRowFromBuilder(DataRowBuilder)

Creates a new module data row by using the provided data row builder. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.NewRowFromBuilder(DataRowBuilder).)

System_CAPS_protmethod OnColumnChanged(DataColumnChangeEventArgs)

(Inherited from DataTable.)

System_CAPS_protmethod OnColumnChanging(DataColumnChangeEventArgs)

(Inherited from DataTable.)

System_CAPS_protmethod OnPropertyChanging(PropertyChangedEventArgs)

(Inherited from DataTable.)

System_CAPS_protmethod OnRemoveColumn(DataColumn)

(Inherited from DataTable.)

System_CAPS_protmethod OnRowChanged(DataRowChangeEventArgs)

Handles the ModuleRowChanged event. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.OnRowChanged(DataRowChangeEventArgs).)

System_CAPS_protmethod OnRowChanging(DataRowChangeEventArgs)

Handles the ModuleRowChanging event. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.OnRowChanging(DataRowChangeEventArgs).)

System_CAPS_protmethod OnRowDeleted(DataRowChangeEventArgs)

Handles the ModuleRowDeleted event. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.OnRowDeleted(DataRowChangeEventArgs).)

System_CAPS_protmethod OnRowDeleting(DataRowChangeEventArgs)

Handles the ModuleRowDeleting event. This class and its members are reserved for internal use and are not intended to be used in your code.(Overrides DataTable.OnRowDeleting(DataRowChangeEventArgs).)

System_CAPS_protmethod OnTableCleared(DataTableClearEventArgs)

(Inherited from DataTable.)

System_CAPS_protmethod OnTableClearing(DataTableClearEventArgs)

(Inherited from DataTable.)

System_CAPS_protmethod OnTableNewRow(DataTableNewRowEventArgs)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXml(Stream)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXml(String)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXml(TextReader)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXml(XmlReader)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXmlSchema(Stream)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXmlSchema(String)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXmlSchema(TextReader)

(Inherited from DataTable.)

System_CAPS_pubmethod ReadXmlSchema(XmlReader)

(Inherited from DataTable.)

System_CAPS_protmethod ReadXmlSerializable(XmlReader)

(Inherited from DataTable.)

System_CAPS_pubmethod RejectChanges()

(Inherited from DataTable.)

System_CAPS_pubmethod RemoveModuleRow(CoverageDSPriv.ModuleRow)

Deletes the specified data row from the data table. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod Reset()

(Inherited from DataTable.)

System_CAPS_pubmethod Select()

(Inherited from DataTable.)

System_CAPS_pubmethod Select(String)

(Inherited from DataTable.)

System_CAPS_pubmethod Select(String, String)

(Inherited from DataTable.)

System_CAPS_pubmethod Select(String, String, DataViewRowState)

(Inherited from DataTable.)

System_CAPS_pubmethod ToString()

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(Stream)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(Stream, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(Stream, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(Stream, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(String)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(String, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(String, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(String, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(TextWriter)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(TextWriter, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(TextWriter, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(TextWriter, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(XmlWriter)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(XmlWriter, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(XmlWriter, XmlWriteMode)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXml(XmlWriter, XmlWriteMode, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(Stream)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(Stream, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(String)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(String, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(TextWriter)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(TextWriter, Boolean)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(XmlWriter)

(Inherited from DataTable.)

System_CAPS_pubmethod WriteXmlSchema(XmlWriter, Boolean)

(Inherited from DataTable.)

Fields

Name Description
System_CAPS_protfield fInitInProgress

(Inherited from DataTable.)

Events

Name Description
System_CAPS_pubevent ColumnChanged

(Inherited from DataTable.)

System_CAPS_pubevent ColumnChanging

(Inherited from DataTable.)

System_CAPS_pubevent Disposed

(Inherited from MarshalByValueComponent.)

System_CAPS_pubevent Initialized

(Inherited from DataTable.)

System_CAPS_pubevent ModuleRowChanged

Occurs when the data in a row has changed. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubevent ModuleRowChanging

Occurs when the data in a row is changing. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubevent ModuleRowDeleted

Occurs when the data in a row has been deleted. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubevent ModuleRowDeleting

Occurs before a row is deleted. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubevent RowChanged

(Inherited from DataTable.)

System_CAPS_pubevent RowChanging

(Inherited from DataTable.)

System_CAPS_pubevent RowDeleted

(Inherited from DataTable.)

System_CAPS_pubevent RowDeleting

(Inherited from DataTable.)

System_CAPS_pubevent TableCleared

(Inherited from DataTable.)

System_CAPS_pubevent TableClearing

(Inherited from DataTable.)

System_CAPS_pubevent TableNewRow

(Inherited from DataTable.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnumerable.GetEnumerator()

(Inherited from TypedTableBase<T>.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IListSource.GetList()

(Inherited from DataTable.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IXmlSerializable.GetSchema()

(Inherited from DataTable.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IXmlSerializable.ReadXml(XmlReader)

(Inherited from DataTable.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IXmlSerializable.WriteXml(XmlWriter)

(Inherited from DataTable.)

Remarks

Accessed by using the CoverageDSPriv.Class property.

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

CoverageDSPriv
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top