NSInputStream.GetBuffer(IntPtr, UIntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("getBuffer:length:")]
protected virtual bool GetBuffer(out IntPtr buffer, out UIntPtr len);
[<Foundation.Export("getBuffer:length:")>]
abstract member GetBuffer : nativeint * unativeint -> bool
override this.GetBuffer : nativeint * unativeint -> bool
Parameters
- buffer
-
IntPtr
nativeint
- len
-
UIntPtr
unativeint
Returns
- Attributes