AppSupportJsonSuspensionDriver() constructor¶
Defined in
Type: AppSupportJsonSuspensionDriver
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-ios26.0, net10.0-macos26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
Overloads¶
- 1.
public AppSupportJsonSuspensionDriver() - 2.
public AppSupportJsonSuspensionDriver(string subDirectory)
1. Overload¶
public AppSupportJsonSuspensionDriver()
Summary: Initializes a new instance of the AppSupportJsonSuspensionDriver class using the default Data subdirectory beneath Application Support.
2. Overload¶
public AppSupportJsonSuspensionDriver(string subDirectory)
Summary: Initializes a new instance of the AppSupportJsonSuspensionDriver class.
Parameters
| Name | Type | Description |
|---|---|---|
subDirectory | string | The application-specific subdirectory beneath Application Support to store state. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | Thrown when subDirectory is null. |