FSBlockDeviceResource.WriteAsync(IntPtr, Int64, UIntPtr) Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<UIntPtr> WriteAsync(IntPtr buffer, long offset, UIntPtr length);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WriteAsync : nativeint * int64 * unativeint -> System.Threading.Tasks.Task<unativeint>
override this.WriteAsync : nativeint * int64 * unativeint -> System.Threading.Tasks.Task<unativeint>

Parameters

buffer
IntPtr

nativeint

offset
Int64
length
UIntPtr

unativeint

Returns

Task<UIntPtr>

Task<unativeint>

Attributes

Applies to