'宣言 Public Sub SaveToIsolatedStorage( _ 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 _ )
public void SaveToIsolatedStorage( System.string fileName, System.IO.IsolatedStorage.IsolatedStorageScope scope, System.Type domainEvidenceType, System.Type assemblyEvidenceType )
パラメータ
- fileName
- 保存するファイルの名前。
- scope
- 分離ストレージスコープ
- domainEvidenceType
- Domain エビデンスタイプ
- assemblyEvidenceType
- Assembly エビデンスタイプ