|
|
@@ -93,6 +93,9 @@ namespace System.Reflection {
|
|
|
return MonoCustomAttrs.GetCustomAttributes (this, attributeType, inherit);
|
|
|
}
|
|
|
|
|
|
+ [MethodImplAttribute(MethodImplOptions.InternalCall)]
|
|
|
+ internal override extern int GetFieldOffset ();
|
|
|
+
|
|
|
[MethodImplAttribute(MethodImplOptions.InternalCall)]
|
|
|
private extern object GetValueInternal (object obj);
|
|
|
|