PinnedString Constructor (Int32) |
Initializes a new instance with a new managed string 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 PinnedString(
int count
)
Public Sub New (
count As Integer
)
public:
PinnedString(
int count
)
new :
count : int -> PinnedString
Parameters
- count
- Type: SystemInt32
Size in characters of managed string to pin in unmanaged memory.
See Also