Click or drag to resize
XdsDtdaddDriverIdentification Method

[Missing <summary> documentation for "M:DXMLBase.Xds.XdsDtd.addDriverIdentification(System.Xml.XmlElement,System.String,System.String,System.String,System.Collections.Generic.List{DXMLBase.Xds.XdsDtd.SupportedFeature})"]

Namespace: DXMLBase.Xds
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void addDriverIdentification(
	XmlElement output,
	string driverID,
	string driverVersion,
	string driverMinActivationLevel,
	List<XdsDtdSupportedFeature> features
)

Parameters

output
Type: System.XmlXmlElement

[Missing <param name="output"/> documentation for "M:DXMLBase.Xds.XdsDtd.addDriverIdentification(System.Xml.XmlElement,System.String,System.String,System.String,System.Collections.Generic.List{DXMLBase.Xds.XdsDtd.SupportedFeature})"]

driverID
Type: SystemString

[Missing <param name="driverID"/> documentation for "M:DXMLBase.Xds.XdsDtd.addDriverIdentification(System.Xml.XmlElement,System.String,System.String,System.String,System.Collections.Generic.List{DXMLBase.Xds.XdsDtd.SupportedFeature})"]

driverVersion
Type: SystemString

[Missing <param name="driverVersion"/> documentation for "M:DXMLBase.Xds.XdsDtd.addDriverIdentification(System.Xml.XmlElement,System.String,System.String,System.String,System.Collections.Generic.List{DXMLBase.Xds.XdsDtd.SupportedFeature})"]

driverMinActivationLevel
Type: SystemString

[Missing <param name="driverMinActivationLevel"/> documentation for "M:DXMLBase.Xds.XdsDtd.addDriverIdentification(System.Xml.XmlElement,System.String,System.String,System.String,System.Collections.Generic.List{DXMLBase.Xds.XdsDtd.SupportedFeature})"]

features
Type: System.Collections.GenericListXdsDtdSupportedFeature
feature support to report to engine
See Also