Example #1
0
 internal static extern void MValue_GetDict(ref MValue mValue, ref StringArray keys,
                                            ref MValueArray values);
Example #2
0
 internal static extern void MValue_GetList(ref MValue mValue, ref MValueArray value);
Example #3
0
 public MValueArrayStorage(MValueArray value)
 {
     refCount   = 1;
     this.value = value;
 }
Example #4
0
 internal static extern void FreeMValueArray(ref MValueArray array);
Example #5
0
 internal static extern ushort Resource_GetExports(IntPtr resourcePointer, ref StringViewArray keys,
                                                   ref MValueArray values);