| 
            
              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.257-beta
Syntaxpublic Schema(
	string fileName
)
Public Sub New ( 
	fileName As String
)
public:
Schema(
	String^ fileName
)
new : 
        fileName : string -> SchemaGSF.COMTRADE.Schema = function(fileName);
 View SourceParameters
- fileName  String
 - File name of configuration file to parse.
 
See Also