 | ByteVector Constructor |
Default constructor
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic ByteVector(
IntPtr arrayPtr,
int count
)
public ByteVector(
IntPtr arrayPtr,
int count
)
Public Sub New (
arrayPtr As IntPtr,
count As Integer
)
Public Sub New (
arrayPtr As IntPtr,
count As Integer
)
public:
ByteVector(
IntPtr arrayPtr,
int count
)
public:
ByteVector(
IntPtr arrayPtr,
int count
)
new :
arrayPtr : IntPtr *
count : int -> ByteVector
new :
arrayPtr : IntPtr *
count : int -> ByteVector
Parameters
- arrayPtr
- Type: SystemIntPtr
- count
- Type: SystemInt32
See Also