Skip to content

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()

View source

Summary: Initializes a new instance of the AppSupportJsonSuspensionDriver class using the default Data subdirectory beneath Application Support.

2. Overload

public AppSupportJsonSuspensionDriver(string subDirectory)

View source

Summary: Initializes a new instance of the AppSupportJsonSuspensionDriver class.

Parameters

NameTypeDescription
subDirectorystringThe application-specific subdirectory beneath Application Support to store state.

Exceptions

TypeCondition
System.ArgumentNullExceptionThrown when subDirectory is null.