Ejemplo n.º 1
0
		public void AddPInvokeInfo(ModuleRef scope, string methName,
				PInvokeAttr callAttr) {
			pinvokeImpl = new ImplMap((ushort)callAttr,this,methName,scope);
			methFlags |= PInvokeImpl;
		}
Ejemplo n.º 2
0
 public void AddPInvokeInfo(ModuleRef scope, string methName,
                            PInvokeAttr callAttr)
 {
     pinvokeImpl = new ImplMap((ushort)callAttr, this, methName, scope);
     methFlags  |= PInvokeImpl;
 }