Share via


WindowsRuntimeBufferExtensions.AsBufferWithRelease Method (Byte[])

Wraps an array of Byte in an IBuffer.

Namespace: Lumia.InteropServices.WindowsRuntime
Assembly: Lumia.Imaging.Managed (in Lumia.Imaging.Managed.dll) Version: 0.0.0.0

Syntax

public static IBuffer AsBufferWithRelease(
    this byte[] data
)
'Declaration
<ExtensionAttribute>
Public Shared Function AsBufferWithRelease ( 
    data As Byte()
) As IBuffer
public:
[ExtensionAttribute]
static IBuffer^ AsBufferWithRelease(
    array<unsigned char>^ data
)
Lumia.InteropServices.WindowsRuntime.WindowsRuntimeBufferExtensions.AsBufferWithRelease = function(data);

Parameters

Return Value

Type: IBuffer
An IBuffer representing the data.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

WindowsRuntimeBufferExtensions Class

WindowsRuntimeBufferExtensions.WindowsRuntimeBufferExtensions Members

AsBufferWithRelease Overload

Lumia.InteropServices.WindowsRuntime Namespace