Import @vroad byte pinning for C#

This commit is contained in:
Joshua Granick
2016-08-30 15:55:36 -07:00
parent 1ff2486474
commit bb6465fd38
3 changed files with 26 additions and 5 deletions

View File

@@ -29,6 +29,7 @@ namespace lime {
unsigned char *_data;
int _length;
value _pin;
AutoGCRoot *_root;
value _value;