NSFileWrapper
NSFileWrapper()
NSFileWrapper(IntPtr)
NSFileWrapper(NativeHandle)
NSFileWrapper(NSCoder)
NSFileWrapper(NSData)
NSFileWrapper(NSDictionary)
NSFileWrapper(NSObjectFlag)
NSFileWrapper(NSUrl)
NSFileWrapper(NSUrl, NSFileWrapperReadingOptions, NSError)
ClassHandle
FileAttributes
Filename
FileWrappers
Icon
IsDirectory
IsRegularFile
IsSymbolicLink
PreferredFilename
SymbolicLinkDestinationURL
AddFileWrapper(NSFileWrapper)
AddRegularFile(NSData, String)
EncodeTo(NSCoder)
GetRegularFileContents()
GetSerializedRepresentation()
KeyForFileWrapper(NSFileWrapper)
MatchesContentsOfURL(NSUrl)
Read(NSUrl, NSFileWrapperReadingOptions, NSError)
RemoveFileWrapper(NSFileWrapper)
Write(NSUrl, NSFileWrapperWritingOptions, NSUrl, NSError)
xamarinwatchos
namespace Foundation
{
[Register("NSFileWrapper", true)]
public class NSFileWrapper : NSObject, INSCoding, INSSecureCoding, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("addRegularFileWithContents:preferredFilename:")]
public virtual string! AddRegularFile(NSData! dataContents, string! preferredFilename);
}
}
.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