Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
CubePdf
UserSettingSaver
C# Class CubePdf.UserSettingSaver
オブジェクト初期化時のレジストリの値を記憶し、Dispose メソッドが 実行されるタイミングで、記憶しておいた値に復元するためのクラスです。
CubePDF の UserSetting クラスのテスト後に、レジストリの値を元に戻す ために使用されます。
Inheritance:
IDisposable
显示文件
Open project: cube-soft/CubePdf
Class Usage Examples
Public Methods
Method
Description
Dispose
( ) :
void
UserSettingSaver
( ) :
System
既定の値でオブジェクトを初期化します。
Protected Methods
Method
Description
Dispose
(
bool
disposing
) :
void
終了時に必要な処理を実行します。オブジェクトの初期化時に 保存しておいた UserSetting オブジェクトに関わるレジストリの値を 復元します。
Method Details
Dispose()
public
method
public
Dispose
( ) :
void
return
void
Dispose()
protected
method
終了時に必要な処理を実行します。オブジェクトの初期化時に 保存しておいた UserSetting オブジェクトに関わるレジストリの値を 復元します。
protected
Dispose
(
bool
disposing
) :
void
disposing
bool
return
void
UserSettingSaver()
public
method
既定の値でオブジェクトを初期化します。
public
UserSettingSaver
( ) :
System
return
System