Click or drag to resize

PinnedBufferCreate Method (String)

Initializes a new instance with an existing type T object and pins memory position.

Namespace:  Arsenal.ImageMounter.IO
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
public static PinnedString Create(
	string instance
)

Parameters

instance
Type: SystemString
Existing object to marshal to unmanaged memory.

Return Value

Type: PinnedString
See Also