CachedIniFile Constructor (Stream, Encoding) |
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(
Stream Stream,
Encoding Encoding
)
Public Sub New (
Stream As Stream,
Encoding As Encoding
)
public:
CachedIniFile(
Stream^ Stream,
Encoding^ Encoding
)
new :
Stream : Stream *
Encoding : Encoding -> CachedIniFile
Parameters
- Stream
- Type: System.IOStream
Stream that contains INI settings to read into the created object - Encoding
- Type: System.TextEncoding
Text encoding used in INI file
See Also