A factory to create VariantDataValue instances from a great variety of types.
More...
|
|
static global::System.Runtime.InteropServices.HandleRef | getCPtr (VariantDataValueFactory obj) |
| |
|
static global::System.Runtime.InteropServices.HandleRef | swigRelease (VariantDataValueFactory obj) |
| |
|
static unsafe VariantDataValue | Create (byte value) |
| |
|
static unsafe VariantDataValue | Create (ushort value) |
| |
|
static unsafe VariantDataValue | Create (uint value) |
| |
|
static unsafe VariantDataValue | Create (ulong value) |
| |
|
static unsafe VariantDataValue | Create (sbyte value) |
| |
|
static unsafe VariantDataValue | Create (short value) |
| |
|
static unsafe VariantDataValue | Create (int value) |
| |
|
static unsafe VariantDataValue | Create (long value) |
| |
|
static unsafe VariantDataValue | Create (float value) |
| |
|
static unsafe VariantDataValue | Create (double value) |
| |
|
static unsafe VariantDataValue | Create (string value) |
| |
|
static unsafe VariantDataValue | Create (byte[] values, uint count) |
| |
|
static unsafe VariantDataValue | Create (ushort[] values, uint count) |
| |
|
static unsafe VariantDataValue | Create (uint[] values, uint count) |
| |
|
static unsafe VariantDataValue | Create (ulong[] values, uint count) |
| |
|
static unsafe VariantDataValue | Create (sbyte[] values, uint count) |
| |
|
static unsafe VariantDataValue | Create (short[] values, uint count) |
| |
|
static unsafe VariantDataValue | Create (int[] values, uint count) |
| |
|
static unsafe VariantDataValue | Create (long[] values, uint count) |
| |
|
static unsafe VariantDataValue | Create (float[] values, uint count) |
| |
|
static unsafe VariantDataValue | Create (double[] values, uint count) |
| |
|
static unsafe VariantDataValue | Create (string[] values, uint count) |
| |
A factory to create VariantDataValue instances from a great variety of types.
- Examples
- CopyImageView.cs, and MetadataTree.cs.