<< Click to Display Table of Contents >> Navigation: »No topics above this level« Module Constructor |
Initializes a new instance of the Module class with parameter values from XmlTextReader
[Visual Basic]
Public Overloads Sub New( _
ByVal cpu As Cpu, _
ByVal name As String, _
ByRef reader As XmlTextReader, _
ByVal flags As ConfigurationFlags _
)
[C#]
Cpu cpu,
string name,
ref XmlTextReader reader,
ConfigurationFlags flags
);
cpu
Existing Cpu-object
name
object name
reader
The reference of the XML reader.
flags
Flags for the configuration load options.
Module Class | BR.AN.PviServices Namespace | Module Constructor Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]