|
Schema(String) Constructor
|
Creates a new instance of the
Schema from an existing configuration file name.
Namespace: GSF.COMTRADEAssembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.205-beta
Syntax public Schema(
string fileName
)
Public Sub New (
fileName As String
)
public:
Schema(
String^ fileName
)
new :
fileName : string -> Schema
GSF.COMTRADE.Schema = function(fileName);
View SourceParameters
- fileName String
- File name of configuration file to parse.
See Also