|
IniFile(String) Constructor
|
Creates a new
IniFile using the specified INI file name.
Namespace: GSF.InteropAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
Syntax public IniFile(
string fileName
)
Public Sub New (
fileName As String
)
public:
IniFile(
String^ fileName
)
new :
fileName : string -> IniFile
GSF.Interop.IniFile = function(fileName);
View SourceParameters
- fileName String
- Specified INI file name to use.
See Also