Big oops
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Mon, 16 May 2005 20:35:52 +0000 (20:35 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Mon, 16 May 2005 20:35:52 +0000 (20:35 -0000)
svn path=/trunk/mcs/; revision=44591

21 files changed:
mcs/class/corlib/System.Runtime.InteropServices/_Activator.cs
mcs/class/corlib/System.Runtime.InteropServices/_Assembly.cs
mcs/class/corlib/System.Runtime.InteropServices/_AssemblyBuilder.cs
mcs/class/corlib/System.Runtime.InteropServices/_AssemblyName.cs
mcs/class/corlib/System.Runtime.InteropServices/_ConstructorBuilder.cs
mcs/class/corlib/System.Runtime.InteropServices/_CustomAttributeBuilder.cs
mcs/class/corlib/System.Runtime.InteropServices/_EnumBuilder.cs
mcs/class/corlib/System.Runtime.InteropServices/_EventBuilder.cs
mcs/class/corlib/System.Runtime.InteropServices/_FieldBuilder.cs
mcs/class/corlib/System.Runtime.InteropServices/_ILGenerator.cs
mcs/class/corlib/System.Runtime.InteropServices/_LocalBuilder.cs
mcs/class/corlib/System.Runtime.InteropServices/_MethodBuilder.cs
mcs/class/corlib/System.Runtime.InteropServices/_MethodRental.cs
mcs/class/corlib/System.Runtime.InteropServices/_Module.cs
mcs/class/corlib/System.Runtime.InteropServices/_ModuleBuilder.cs
mcs/class/corlib/System.Runtime.InteropServices/_ParameterBuilder.cs
mcs/class/corlib/System.Runtime.InteropServices/_ParameterInfo.cs
mcs/class/corlib/System.Runtime.InteropServices/_PropertyBuilder.cs
mcs/class/corlib/System.Runtime.InteropServices/_SignatureHelper.cs
mcs/class/corlib/System.Runtime.InteropServices/_Thread.cs
mcs/class/corlib/System.Runtime.InteropServices/_TypeBuilder.cs

index 23331c894103de0b7039e10f563c22e1cbf494e7..77a817d2c0b6412e46f623cfbc354a6209684ef8 100644 (file)
@@ -49,105 +49,3 @@ namespace System.Runtime.InteropServices {
 }
 
 #endif
-//
-// System.Runtime.InteropServices._Activator interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("03973551-57A1-3900-A2B5-9083E3FF2943")]
-       public interface _Activator {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
-//
-// System.Runtime.InteropServices._Activator interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("03973551-57A1-3900-A2B5-9083E3FF2943")]
-       public interface _Activator {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
index 9c792f3a86961a66f7214f24e14307b1c465f2c3..a3e275e7ea431e315618bc1fb5b73b37370b411b 100644 (file)
 
 #if NET_1_1
 
-namespace System.Runtime.InteropServices
-{
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("17156360-2F1A-384A-BC52-FDE93C215C5B")]
-       public interface _Assembly
-       {
-               string ToString ();
-
-               bool Equals (object other);
-
-               int GetHashCode ();
-
-               Type GetType ();
-
-               string CodeBase { get; }
-
-               string EscapedCodeBase { get; }
-
-               AssemblyName GetName ();
-
-               AssemblyName GetName (bool copiedName);
-
-               string FullName { get; }
-
-               MethodInfo EntryPoint { get; }
-
-               Type GetType (string name);
-
-               Type GetType (string name, bool throwOnError);
-
-               Type[] GetExportedTypes ();
-
-               Type[] GetTypes();
-
-               Stream GetManifestResourceStream (Type type, string name);
-
-               Stream GetManifestResourceStream (string name);
-
-               FileStream GetFile (string name);
-
-               FileStream[] GetFiles ();
-
-               FileStream[] GetFiles (bool getResourceModules);
-
-               string[] GetManifestResourceNames ();
-
-               ManifestResourceInfo GetManifestResourceInfo (string resourceName);
-
-               string Location { get; }
-
-               Evidence Evidence { get; }
-
-               object[] GetCustomAttributes (Type attributeType, bool inherit);
-
-               object[] GetCustomAttributes (bool inherit);
-
-               bool IsDefined (Type attributeType, bool inherit);
-
-               //[SecurityPermission (SecurityAction.LinkDemand, SerializationFormatter = true)]
-               void GetObjectData (SerializationInfo info, StreamingContext context);
-
-               Type GetType (string name, bool throwOnError, bool ignoreCase);
-
-               Assembly GetSatelliteAssembly (CultureInfo culture);
-
-               Assembly GetSatelliteAssembly (CultureInfo culture, Version version);
-
-               Module LoadModule (string moduleName, byte[] rawModule);
-
-               Module LoadModule (string moduleName, byte[] rawModule, byte[] rawSymbolStore);
-
-               object CreateInstance (string typeName);
-
-               object CreateInstance (string typeName, bool ignoreCase);
-
-               object CreateInstance (string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object[] args,
-                                      CultureInfo culture, object[] activationAttributes);
-
-               Module[] GetLoadedModules ();
-
-               Module[] GetLoadedModules (bool getResourceModules);
-
-               Module[] GetModules ();
-
-               Module[] GetModules (bool getResourceModules);
-
-               Module GetModule (string name);
-
-               AssemblyName[] GetReferencedAssemblies ();
-
-               bool GlobalAssemblyCache { get; }
-
-               event ModuleResolveEventHandler ModuleResolve;
-       }
-}
-
-#endif
-//
-// System.Runtime.InteropServices._Assembly interface
-//
-// Author:
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices
-{
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("17156360-2F1A-384A-BC52-FDE93C215C5B")]
-       public interface _Assembly
-       {
-               string ToString ();
-
-               bool Equals (object other);
-
-               int GetHashCode ();
-
-               Type GetType ();
-
-               string CodeBase { get; }
-
-               string EscapedCodeBase { get; }
-
-               AssemblyName GetName ();
-
-               AssemblyName GetName (bool copiedName);
-
-               string FullName { get; }
-
-               MethodInfo EntryPoint { get; }
-
-               Type GetType (string name);
-
-               Type GetType (string name, bool throwOnError);
-
-               Type[] GetExportedTypes ();
-
-               Type[] GetTypes();
-
-               Stream GetManifestResourceStream (Type type, string name);
-
-               Stream GetManifestResourceStream (string name);
-
-               FileStream GetFile (string name);
-
-               FileStream[] GetFiles ();
-
-               FileStream[] GetFiles (bool getResourceModules);
-
-               string[] GetManifestResourceNames ();
-
-               ManifestResourceInfo GetManifestResourceInfo (string resourceName);
-
-               string Location { get; }
-
-               Evidence Evidence { get; }
-
-               object[] GetCustomAttributes (Type attributeType, bool inherit);
-
-               object[] GetCustomAttributes (bool inherit);
-
-               bool IsDefined (Type attributeType, bool inherit);
-
-               //[SecurityPermission (SecurityAction.LinkDemand, SerializationFormatter = true)]
-               void GetObjectData (SerializationInfo info, StreamingContext context);
-
-               Type GetType (string name, bool throwOnError, bool ignoreCase);
-
-               Assembly GetSatelliteAssembly (CultureInfo culture);
-
-               Assembly GetSatelliteAssembly (CultureInfo culture, Version version);
-
-               Module LoadModule (string moduleName, byte[] rawModule);
-
-               Module LoadModule (string moduleName, byte[] rawModule, byte[] rawSymbolStore);
-
-               object CreateInstance (string typeName);
-
-               object CreateInstance (string typeName, bool ignoreCase);
-
-               object CreateInstance (string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object[] args,
-                                      CultureInfo culture, object[] activationAttributes);
-
-               Module[] GetLoadedModules ();
-
-               Module[] GetLoadedModules (bool getResourceModules);
-
-               Module[] GetModules ();
-
-               Module[] GetModules (bool getResourceModules);
-
-               Module GetModule (string name);
-
-               AssemblyName[] GetReferencedAssemblies ();
-
-               bool GlobalAssemblyCache { get; }
-
-               event ModuleResolveEventHandler ModuleResolve;
-       }
-}
-
-#endif
-//
-// System.Runtime.InteropServices._Assembly interface
-//
-// Author:
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
+using System.IO;
+using System.Globalization;
+using System.Reflection;
+using System.Runtime.Serialization;
+using System.Security.Policy;
 
 namespace System.Runtime.InteropServices
 {
index bad02e68956566a3ab25b6f9e520d54d96726f4f..ced16cc0871b543b60037e91bf495a9cd828d909 100644 (file)
@@ -49,105 +49,3 @@ namespace System.Runtime.InteropServices {
 }
 
 #endif
-//
-// System.Runtime.InteropServices._AssemblyBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("BEBB2505-8B54-3443-AEAD-142A16DD9CC7")]
-       public interface _AssemblyBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
-//
-// System.Runtime.InteropServices._AssemblyBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("BEBB2505-8B54-3443-AEAD-142A16DD9CC7")]
-       public interface _AssemblyBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
index 62013ee7d5f0a2cd33a710bc16f8a03a9e3bb593..a639d1b1fc4c24040b916b051625fb7411c0cc88 100644 (file)
@@ -49,105 +49,3 @@ namespace System.Runtime.InteropServices {
 }
 
 #endif
-//
-// System.Runtime.InteropServices._AssemblyName interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("B42B6AAC-317E-34D5-9FA9-093BB4160C50")]
-       public interface _AssemblyName {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
-//
-// System.Runtime.InteropServices._AssemblyName interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("B42B6AAC-317E-34D5-9FA9-093BB4160C50")]
-       public interface _AssemblyName {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
index d6a99e32bcc95bab93753cfb5c2a2359ff4bcbe3..36c367176f10d48c3f0699d07364350a29a70037 100644 (file)
@@ -49,105 +49,3 @@ namespace System.Runtime.InteropServices {
 }
 
 #endif
-//
-// System.Runtime.InteropServices._ConstructorBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("ED3E4384-D7E2-3FA7-8FFD-8940D330519A")]
-       public interface _ConstructorBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
-//
-// System.Runtime.InteropServices._ConstructorBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("ED3E4384-D7E2-3FA7-8FFD-8940D330519A")]
-       public interface _ConstructorBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
index 4df75943e26768141deeb7ece7b5557d46a1ba37..cc23c6f92e11437ce1fb39970b024a22f0445dd8 100644 (file)
@@ -49,105 +49,3 @@ namespace System.Runtime.InteropServices {
 }
 
 #endif
-//
-// System.Runtime.InteropServices._CustomAttributeBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("BE9ACCE8-AAFF-3B91-81AE-8211663F5CAD")]
-       public interface _CustomAttributeBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
-//
-// System.Runtime.InteropServices._CustomAttributeBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("BE9ACCE8-AAFF-3B91-81AE-8211663F5CAD")]
-       public interface _CustomAttributeBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
index c9cedd763b168640435f6643b2f3c38abed46440..e7c3926d08b32ab8ca83b28e61b1b9fa9f1a6ae2 100644 (file)
@@ -49,105 +49,3 @@ namespace System.Runtime.InteropServices {
 }
 
 #endif
-//
-// System.Runtime.InteropServices._EnumBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("C7BD73DE-9F85-3290-88EE-090B8BDFE2DF")]
-       public interface _EnumBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
-//
-// System.Runtime.InteropServices._EnumBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("C7BD73DE-9F85-3290-88EE-090B8BDFE2DF")]
-       public interface _EnumBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
index e0cda7415c6cbf5c7f6d8c676a7ae6b9eafe57c1..689f9a17bc5b8300e316e3859bcb33045b60376a 100644 (file)
@@ -49,105 +49,3 @@ namespace System.Runtime.InteropServices {
 }
 
 #endif
-//
-// System.Runtime.InteropServices._EventBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("AADABA99-895D-3D65-9760-B1F12621FAE8")]
-       public interface _EventBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
-//
-// System.Runtime.InteropServices._EventBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("AADABA99-895D-3D65-9760-B1F12621FAE8")]
-       public interface _EventBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
index ca1e7e721e31218ed615f4f3818c80aedcd7ae68..1a18585ad7a558046faf08de111c1ca16b3f5fcb 100644 (file)
@@ -49,105 +49,3 @@ namespace System.Runtime.InteropServices {
 }
 
 #endif
-//
-// System.Runtime.InteropServices._FieldBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("CE1A3BF5-975E-30CC-97C9-1EF70F8F3993")]
-       public interface _FieldBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
-//
-// System.Runtime.InteropServices._FieldBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("CE1A3BF5-975E-30CC-97C9-1EF70F8F3993")]
-       public interface _FieldBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
index 8b3e69488b0a38392f6861cbb80df5f33beb6ae1..eb5e2de57347db1f3d5d534fd2344c76402e5df7 100644 (file)
@@ -49,105 +49,3 @@ namespace System.Runtime.InteropServices {
 }
 
 #endif
-//
-// System.Runtime.InteropServices._ILGenerator interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("A4924B27-6E3B-37F7-9B83-A4501955E6A7")]
-       public interface _ILGenerator {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
-//
-// System.Runtime.InteropServices._ILGenerator interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("A4924B27-6E3B-37F7-9B83-A4501955E6A7")]
-       public interface _ILGenerator {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
index c7f448ab950b1132c8a3f4b819c98cb506fae06b..3dd89a61669e4eb1cfa691311a29a236e53783d6 100644 (file)
@@ -49,105 +49,3 @@ namespace System.Runtime.InteropServices {
 }
 
 #endif
-//
-// System.Runtime.InteropServices._LocalBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("4E6350D1-A08B-3DEC-9A3E-C465F9AEEC0C")]
-       public interface _LocalBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
-//
-// System.Runtime.InteropServices._LocalBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("4E6350D1-A08B-3DEC-9A3E-C465F9AEEC0C")]
-       public interface _LocalBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
index 86aea4ae721c7886e29191fb7ac5bc73f5d9fb93..9ade6a65b17651a9dde6a5b88f0b11179e278696 100644 (file)
@@ -49,105 +49,3 @@ namespace System.Runtime.InteropServices {
 }
 
 #endif
-//
-// System.Runtime.InteropServices._MethodBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("007D8A14-FDF3-363E-9A0B-FEC0618260A2")]
-       public interface _MethodBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
-//
-// System.Runtime.InteropServices._MethodBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("007D8A14-FDF3-363E-9A0B-FEC0618260A2")]
-       public interface _MethodBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
index 84060657b7efbbd71d099684a183c33068ea85df..555a7f3f64acd2957ad463b92e1ad2fd8ada6e6c 100644 (file)
@@ -49,105 +49,3 @@ namespace System.Runtime.InteropServices {
 }
 
 #endif
-//
-// System.Runtime.InteropServices._MethodRental interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("C2323C25-F57F-3880-8A4D-12EBEA7A5852")]
-       public interface _MethodRental {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
-//
-// System.Runtime.InteropServices._MethodRental interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("C2323C25-F57F-3880-8A4D-12EBEA7A5852")]
-       public interface _MethodRental {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
index ec3d10c7c968cabc70dbc6f46adab55aa2238993..822135184636d9b00aafd371e91720264f432091 100644 (file)
@@ -49,105 +49,3 @@ namespace System.Runtime.InteropServices {
 }
 
 #endif
-//
-// System.Runtime.InteropServices._Module interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("D002E9BA-D9E3-3749-B1D3-D565A08B13E7")]
-       public interface _Module {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
-//
-// System.Runtime.InteropServices._Module interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("D002E9BA-D9E3-3749-B1D3-D565A08B13E7")]
-       public interface _Module {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
index c1c02e908dc2739742b3afeade3ebaf47717841e..04f68ed0d6806122041a73f387ed5e0cd1d3d0e3 100644 (file)
@@ -49,105 +49,3 @@ namespace System.Runtime.InteropServices {
 }
 
 #endif
-//
-// System.Runtime.InteropServices._ModuleBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("D05FFA9A-04AF-3519-8EE1-8D93AD73430B")]
-       public interface _ModuleBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
-//
-// System.Runtime.InteropServices._ModuleBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("D05FFA9A-04AF-3519-8EE1-8D93AD73430B")]
-       public interface _ModuleBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
index 5614a85ba722c7df7fb9c3f24d9dbedf1c46262a..ae42aa465ef0108292fd79e534b0246c7582a892 100644 (file)
@@ -49,105 +49,3 @@ namespace System.Runtime.InteropServices {
 }
 
 #endif
-//
-// System.Runtime.InteropServices._ParameterBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("36329EBA-F97A-3565-BC07-0ED5C6EF19FC")]
-       public interface _ParameterBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
-//
-// System.Runtime.InteropServices._ParameterBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("36329EBA-F97A-3565-BC07-0ED5C6EF19FC")]
-       public interface _ParameterBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
index 13b0a78851df429fdc9c8d17ce8a575157da2c8a..b13d5b926ca716cdf7c9ab4a27df378983f486ac 100644 (file)
@@ -49,105 +49,3 @@ namespace System.Runtime.InteropServices {
 }
 
 #endif
-//
-// System.Runtime.InteropServices._ParameterInfo interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("993634C4-E47A-32CC-BE08-85F567DC27D6")]
-       public interface _ParameterInfo {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
-//
-// System.Runtime.InteropServices._ParameterInfo interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("993634C4-E47A-32CC-BE08-85F567DC27D6")]
-       public interface _ParameterInfo {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
index c3b9582711fae3a30f68a11c6b643f3403b7cca7..8730eb9f3b95d65b748a524af62a44fa43fcd54f 100644 (file)
@@ -49,105 +49,3 @@ namespace System.Runtime.InteropServices {
 }
 
 #endif
-//
-// System.Runtime.InteropServices._PropertyBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("15F9A479-9397-3A63-ACBD-F51977FB0F02")]
-       public interface _PropertyBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
-//
-// System.Runtime.InteropServices._PropertyBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("15F9A479-9397-3A63-ACBD-F51977FB0F02")]
-       public interface _PropertyBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
index 5f4da60b1874cd2a5d1a0d6edcf63f5c5980151c..865b2781bd51d90fc1b49a6a3d200ec94045f556 100644 (file)
@@ -49,105 +49,3 @@ namespace System.Runtime.InteropServices {
 }
 
 #endif
-//
-// System.Runtime.InteropServices._SignatureHelper interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("7D13DD37-5A04-393C-BBCA-A5FEA802893D")]
-       public interface _SignatureHelper {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
-//
-// System.Runtime.InteropServices._SignatureHelper interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("7D13DD37-5A04-393C-BBCA-A5FEA802893D")]
-       public interface _SignatureHelper {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
index 8d6a7afb10f180811bdd80236fcf519df5ac66ae..76d7bbb25671c547d8007e2612e8979fdd6f8c17 100644 (file)
@@ -49,105 +49,3 @@ namespace System.Runtime.InteropServices {
 }
 
 #endif
-//
-// System.Runtime.InteropServices._Thread interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("C281C7F1-4AA9-3517-961A-463CFED57E75")]
-       public interface _Thread {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
-//
-// System.Runtime.InteropServices._Thread interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("C281C7F1-4AA9-3517-961A-463CFED57E75")]
-       public interface _Thread {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
index 07b3a9cee3b1355b6e893a2fd05a6b154fa0b48d..e03dc6ca812f21cb6dbb81156e4aedbc8b05b431 100644 (file)
@@ -49,105 +49,3 @@ namespace System.Runtime.InteropServices {
 }
 
 #endif
-//
-// System.Runtime.InteropServices._TypeBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("7E5678EE-48B3-3F83-B076-C58543498A58")]
-       public interface _TypeBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif
-//
-// System.Runtime.InteropServices._TypeBuilder interface
-//
-// Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
-//     Andreas Nahr <ClassDevelopment@A-SoftTech.com>
-//
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-#if NET_1_1
-
-namespace System.Runtime.InteropServices {
-
-       [ComVisible (true)]
-       [CLSCompliant (false)]
-       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
-       [Guid ("7E5678EE-48B3-3F83-B076-C58543498A58")]
-       public interface _TypeBuilder {
-
-               void GetIDsOfNames ([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
-
-               void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
-
-               void GetTypeInfoCount (out uint pcTInfo);
-
-               void Invoke (uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams,
-                       IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr);
-       }
-}
-
-#endif