CachedIniFile Constructor (String) |
Creates a new CachedIniFile object and fills it with the contents of the specified
INI file
Namespace:
Arsenal.ImageMounter.IO
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public CachedIniFile(
string Filename
)
Public Sub New (
Filename As String
)
public:
CachedIniFile(
String^ Filename
)
new :
Filename : string -> CachedIniFile
Parameters
- Filename
- Type: SystemString
Name of INI file to read into the created object
See Also