NSFileHandle
Notifications
NSFileHandle(Int32)
NSFileHandle(IntPtr)
NSFileHandle(NativeHandle)
NSFileHandle(NSCoder)
NSFileHandle(NSObjectFlag)
NSFileHandle(Int32, Boolean)
ClassHandle
ConnectionAcceptedNotification
DataAvailableNotification
FileDescriptor
OperationException
ReadCompletionNotification
ReadToEndOfFileCompletionNotification
AcceptConnectionInBackground()
AcceptConnectionInBackground(NSRunLoopMode[])
AcceptConnectionInBackground(NSString[])
AvailableData()
Close(NSError)
CloseFile()
EncodeTo(NSCoder)
FromNullDevice()
FromStandardError()
FromStandardInput()
FromStandardOutput()
GetOffset(UInt64, NSError)
OffsetInFile()
OpenRead(String)
OpenReadUrl(NSUrl, NSError)
OpenUpdate(String)
OpenUpdateUrl(NSUrl, NSError)
OpenWrite(String)
OpenWriteUrl(NSUrl, NSError)
Read(nuint, NSError)
Read(nuint, NSError)
ReadDataOfLength(nuint)
ReadDataOfLength(nuint)
ReadDataToEndOfFile()
ReadInBackground()
ReadInBackground(NSRunLoopMode[])
ReadInBackground(NSString[])
ReadToEnd(NSError)
ReadToEndOfFileInBackground()
ReadToEndOfFileInBackground(NSRunLoopMode[])
ReadToEndOfFileInBackground(NSString[])
Seek(UInt64, NSError)
SeekToEnd(UInt64, NSError)
SeekToEndOfFile()
SeekToFileOffset(UInt64)
SetReadabilityHandler(Action<NSFileHandle>)
SetWriteabilityHandle(Action<NSFileHandle>)
Synchronize(NSError)
SynchronizeFile()
Truncate(UInt64, NSError)
TruncateFileAtOffset(UInt64)
WaitForDataInBackground()
WaitForDataInBackground(NSRunLoopMode[])
WaitForDataInBackground(NSString[])
Write(NSData, NSError)
WriteData(NSData)
xamarinwatchos
namespace Foundation
{
[Register("NSFileHandle", true)]
public class NSFileHandle : NSObject, INSCoding, INSSecureCoding, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("seekToEndReturningOffset:error:")]
[Introduced(PlatformName.WatchOS, 6, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 13, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 15, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
public virtual bool SeekToEnd(out ulong offsetInFile, out NSError? error);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinwatchos | |
Assembly | Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API