Свойство | Тип | Описание | |
---|---|---|---|
Blittable2 | System.Runtime.InteropServices |
Метод | Описание | |
---|---|---|
Blittable2 ( [ bytes ) : System.Runtime.InteropServices |
Initializes a new instance of the Blittable2 struct from an array of byte
|
|
Blittable2 ( [ bytes, long offset ) : System.Runtime.InteropServices |
Initializes a new instance of the Blittable2 struct from an array of byte.
|
|
Blittable2 ( byte byte0, byte byte1 ) : System.Runtime.InteropServices |
Initializes a new instance of the Blittable2 struct.
|
|
Blittable2 ( sbyte sbyte0, sbyte sbyte1 ) : System.Runtime.InteropServices |
Initializes a new instance of the Blittable2 struct.
|
|
Blittable2 ( short value ) : System.Runtime.InteropServices |
Initializes a new instance of the Blittable2 struct.
|
|
Blittable2 ( ushort value ) : System.Runtime.InteropServices |
Initializes a new instance of the Blittable2 struct.
|
Метод | Описание | |
---|---|---|
Blittable2 ( bytes bytes ) : System.Runtime.InteropServices |
Performs an explicit conversion from T:byte[] to Blittable2.
|
public Blittable2 ( [ bytes ) : System.Runtime.InteropServices | ||
bytes | [ | The bytes array. |
Результат | System.Runtime.InteropServices |
public Blittable2 ( [ bytes, long offset ) : System.Runtime.InteropServices | ||
bytes | [ | The bytes array. |
offset | long | The offset into the array. |
Результат | System.Runtime.InteropServices |
public Blittable2 ( byte byte0, byte byte1 ) : System.Runtime.InteropServices | ||
byte0 | byte | The 0th |
byte1 | byte | The 1st |
Результат | System.Runtime.InteropServices |
public Blittable2 ( sbyte sbyte0, sbyte sbyte1 ) : System.Runtime.InteropServices | ||
sbyte0 | sbyte | The 0th |
sbyte1 | sbyte | The 1st |
Результат | System.Runtime.InteropServices |
public Blittable2 ( short value ) : System.Runtime.InteropServices | ||
value | short | The value. |
Результат | System.Runtime.InteropServices |
public Blittable2 ( ushort value ) : System.Runtime.InteropServices | ||
value | ushort | The value. |
Результат | System.Runtime.InteropServices |