'宣言 Public Function LoadFromIsolatedStorage( _ ByVal fileName As System.String, _ Optional ByVal scope As System.IO.IsolatedStorage.IsolatedStorageScope, _ Optional ByVal domainEvidenceType As System.Type, _ Optional ByVal assemblyEvidenceType As System.Type _ ) As System.Boolean
public System.bool LoadFromIsolatedStorage( System.string fileName, System.IO.IsolatedStorage.IsolatedStorageScope scope, System.Type domainEvidenceType, System.Type assemblyEvidenceType )
パラメータ
- fileName
- 辞書の保存先のファイル名。
- scope
- 分離ストレージスコープ。
- domainEvidenceType
- Domain エビデンスタイプ。
- assemblyEvidenceType
- Assembly エビデンスタイプ。
戻り値の型
辞書が正常にロードされた場合は true、そうでない場合は false。