NSData
NSData()
NSData(IntPtr)
NSData(NativeHandle)
NSData(NSCoder)
NSData(NSObjectFlag)
NSData(NSData, NSDataBase64DecodingOptions)
NSData(String, NSDataBase64DecodingOptions)
NSData(IntPtr, nuint, Action<IntPtr, nuint>)
NSData(nint, nuint, Action<nint, nuint>)
Bytes
ClassHandle
Length
this[nint]
this[nint]
AsStream()
Compress(NSDataCompressionAlgorithm, NSError)
Copy(NSZone)
Decompress(NSDataCompressionAlgorithm, NSError)
EncodeTo(NSCoder)
EnumerateByteRange(NSDataByteRangeEnumerator)
Find(NSData, NSDataSearchOptions, NSRange)
FromArray(Byte[])
FromBytes(IntPtr, nuint)
FromBytes(nint, nuint)
FromBytesNoCopy(IntPtr, nuint)
FromBytesNoCopy(nint, nuint)
FromBytesNoCopy(IntPtr, nuint, Boolean)
FromBytesNoCopy(nint, nuint, Boolean)
FromData(NSData)
FromFile(String)
FromFile(String, NSDataReadingOptions, NSError)
FromStream(Stream)
FromString(String)
FromString(String, NSStringEncoding)
FromUrl(NSUrl)
FromUrl(NSUrl, NSDataReadingOptions, NSError)
GetBase64EncodedData(NSDataBase64EncodingOptions)
GetBase64EncodedString(NSDataBase64EncodingOptions)
GetBytes(IntPtr, nuint)
GetBytes(nint, NSRange)
GetBytes(nint, nuint)
MutableCopy(NSZone)
Save(NSUrl, Boolean)
Save(String, Boolean)
Save(NSUrl, Boolean, NSError)
Save(NSUrl, NSDataWritingOptions, NSError)
Save(String, Boolean, NSError)
Save(String, NSDataWritingOptions, NSError)
Subdata(NSRange)
ToArray()
ToString()
ToString(NSStringEncoding)
implicit operator NSData(String)
xamarinios
namespace Foundation
{
[DefaultMember("Item")]
[Register("NSData", true)]
public class NSData : NSObject, ICKRecordValue, INSCoding, INSCopying, INSMutableCopying, INSSecureCoding, INativeObject, IEnumerable, IEnumerable<byte>, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected internal NSData(IntPtr handle);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Xamarin iOS | 0.0 |
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Xamarin watchOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , 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