SbNativeArrayT Constructor |
Name | Description | |
---|---|---|
![]() | SbNativeArrayT(IntPtr) |
Initializes a new instance from an unmanaged memory.
|
![]() | SbNativeArrayT(T) |
Initializes a new instance.
This constructor allows to share a managed array with unmanaged code.
|
![]() | SbNativeArrayT(IntPtr, Int64) |
Initializes a new instance from an unmanaged memory.
|
![]() | SbNativeArrayT(T, Boolean) |
Initializes a new instance.
This constructor allows to share a managed array with unmanaged code.
|
![]() | SbNativeArrayT(IntPtr, Int64, Int64) |
Initializes a new instance from an unmanaged memory.
|
![]() | SbNativeArrayT(IntPtr, Int64, Int64, Boolean) |
Initializes a new instance from an unmanaged memory.
|
![]() | SbNativeArrayT(T, Int32, Boolean, Boolean) |
Initializes a new instance.
This constructor allows to share a managed array with unmanaged code.
|