Explorar o código

2004-03-29 Ben Maurer <[email protected]>

	* LocalBuilder.cs: pinned support.

svn path=/trunk/mcs/; revision=24770
Ben Maurer %!s(int64=22) %!d(string=hai) anos
pai
achega
bee57c4bee

+ 4 - 0
mcs/class/corlib/System.Reflection.Emit/ChangeLog

@@ -1,3 +1,7 @@
+2004-03-29 Ben Maurer  <[email protected]>
+
+	* LocalBuilder.cs: pinned support.
+
 2004-03-29  Martin Baulig  <[email protected]>
 
 	* TypeBuilder.cs (TypeBuilder.ContainsGenericParameters): Implemented.

+ 3 - 0
mcs/class/corlib/System.Reflection.Emit/LocalBuilder.cs

@@ -64,5 +64,8 @@ namespace System.Reflection.Emit {
 				return type;
 			}
 		}
+		
+		[MethodImpl (MethodImplOptions.InternalCall)]
+		internal extern void MakePinned ();
 	}
 }