IFSVolumeOperations.RequestedMountOptions Property

Definition

Gets or sets the mount options that the file system requests from FSKit.

[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual FSKit.FSMountOptions RequestedMountOptions { [Foundation.Export("requestedMountOptions", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setRequestedMountOptions:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("requestedMountOptions", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)>]
[<set: Foundation.Export("setRequestedMountOptions:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)>]
member this.RequestedMountOptions : FSKit.FSMountOptions with get, set

Property Value

Attributes

Remarks

FSKit reads this value after the volume replies to the Mount(FSTaskOptions, FSVolumeOperationsMountHandler) call. Changing the returned value during the runtime of the volume has no effect.

Applies to