PinnedBufferT Constructor (Int32) |
Initializes a new instance with an new type T array 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 PinnedBuffer(
int count
)
Public Sub New (
count As Integer
)
public:
PinnedBuffer(
int count
)
new :
count : int -> PinnedBuffer
Parameters
- count
- Type: SystemInt32
Number of items in new array.
See Also