Click or drag to resize
SbNativeArrayT Constructor
Initializes a new instance from an unmanaged memory.
Overload List
  NameDescription
Public methodSbNativeArrayT(IntPtr)
Initializes a new instance from an unmanaged memory.
Public methodSbNativeArrayT(T)
Initializes a new instance. This constructor allows to share a managed array with unmanaged code.
Public methodSbNativeArrayT(IntPtr, Int64)
Initializes a new instance from an unmanaged memory.
Public methodSbNativeArrayT(T, Boolean)
Initializes a new instance. This constructor allows to share a managed array with unmanaged code.
Public methodSbNativeArrayT(IntPtr, Int64, Int64)
Initializes a new instance from an unmanaged memory.
Public methodSbNativeArrayT(IntPtr, Int64, Int64, Boolean)
Initializes a new instance from an unmanaged memory.
Public methodSbNativeArrayT(T, Int32, Boolean, Boolean)
Initializes a new instance. This constructor allows to share a managed array with unmanaged code.
Top
See Also