NSFileHandle.Seek(UInt64, NSError) Method

Definition

[Foundation.Export("seekToOffset:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Seek(ulong offset, out Foundation.NSError? error);
[<Foundation.Export("seekToOffset:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Seek : uint64 * NSError -> bool
override this.Seek : uint64 * NSError -> bool

Parameters

offset
UInt64
error
NSError

Returns

Attributes

Applies to