United States - English Dropdown Arrow
Argentina (Español)
Australia (English)
Brasil (Português)
Canada (English)
Canada (Français)
中国 (简体中文)
Colombia (Español)
Deutschland (Deutsch)
España (Español)
France (Français)
India (English)
Italia (Italiano)
日本 (日本語)
México (Español)
Perú (Español)
Россия (Pусский)
United Kingdom (English)
United States (English)
More...
Microsoft.com Dropdown arrow

Product Families

Office
Windows
Windows Server System
Windows Mobile
Developer Tools
Business Solutions
Games & Xbox
MSN

Resources

Microsoft Update
Office Update
Download Center
Help & Support
Security
Volume Licensing

About Microsoft

Company Information
Investor Relations
PressPass for journalists

Popular Places

MSDN (Developers)
TechNet (IT Pros)
Microsoft At Home
Microsoft At Work
Business & Industry
Microsoft partners
Microsoft hardware
Product catalog
Mactopia
Microsoft.com site map

Popular Searches

Templates
ActiveSync
Clip art

Popular Downloads

Windows Defender Beta 2
DirectX End-User Runtime
More popular downloads
Welcome Sign in
Skip Navigation Links
Search MSDN
Search Microsoft.com
Live Search
Scroll up
Scroll down
Developer Centers
MSDN Home
.NET Framework Developer Center
Home
Library
Learn
Downloads
Support
Community
MSDN
MSDN HomeMSDN LibraryMSDN LearnMSDN DownloadsMSDN SupportMSDN Community
Developer Centers
.NET FrameworkASP.NETOfficeSQL ServerVisual BasicVisual C++Visual C#Visual StudioWindows VistaMore
.NET Framework Developer Center
HomeLibraryLearnDownloadsSupportCommunity

.NET Framework V2.0 Obsolete Type/Member List (By Namespace)

  

  

Namespace Name (click for details)Obsoleted MembersObsoleted Types
Microsoft.CSharpMembers:2Types:3
Microsoft.JScript.VsaMembers:0Types:2
Microsoft.VisualBasicMembers:2Types:0
Microsoft.VisualCMembers:0Types:10
Microsoft.VisualBasic.VsaMembers:0Types:8
Microsoft.VJSharpMembers:2Types:0
Microsoft.VsaMembers:0Types:23
Microsoft.Vsa.Vb.CodeDOMMembers:0Types:4
Microsoft.Win32Members:1Types:0
SystemMembers:24Types:1
System.CollectionsMembers:7Types:2
System.Collections.SpecializedMembers:4Types:0
System.CodeDom.CompilerMembers:3Types:0
System.ComponentModel.Design.SerializationMembers:1Types:1
System.ComponentModel.DesignMembers:10Types:1
System.ComponentModelMembers:2Types:2
System.ConfigurationMembers:11Types:0
System.Configuration.AssembliesMembers:0Types:1
System.DataMembers:0Types:3
System.Data.CommonMembers:3Types:0
System.Data.OdbcMembers:1Types:0
System.Data.OleDbMembers:3Types:0
System.Data.SqlClientMembers:1Types:0
System.Data.OracleClientMembers:3Types:0
System.DiagnosticsMembers:21Types:2
System.Diagnostics.SymbolStoreMembers:2Types:0
System.IOMembers:7Types:0
System.IO.IsolatedStorageMembers:1Types:0
System.MessagingMembers:2Types:0
System.NetMembers:14Types:1
System.Net.SocketsMembers:1Types:0
System.ReflectionMembers:5Types:0
System.Reflection.EmitMembers:6Types:1
System.Runtime.InteropServicesMembers:8Types:46
System.Runtime.Remoting.ChannelsMembers:1Types:0
System.Runtime.RemotingMembers:2Types:0
System.SecurityMembers:1Types:0
System.Security.CryptographyMembers:1Types:0
System.Security.Cryptography.X509CertificatesMembers:2Types:0
System.Security.PermissionsMembers:4Types:0
System.Security.PolicyMembers:5Types:0
System.ThreadingMembers:11Types:0
System.WebMembers:2Types:0
System.Web.MailMembers:0Types:6
System.Web.MobileMembers:0Types:1
System.Web.Services.DiscoveryMembers:1Types:0
System.Web.UIMembers:14Types:0
System.Web.UI.MobileControlsMembers:0Types:1
System.Web.UI.WebControlsMembers:1Types:0
System.Web.UI.DesignMembers:28Types:11
System.Web.UI.Design.WebControlsMembers:13Types:2
System.Windows.FormsMembers:10Types:0
System.Windows.Forms.DesignMembers:1Types:0
System.XmlMembers:4Types:1
System.Xml.SchemaMembers:5Types:1
System.Xml.SerializationMembers:1Types:0

Top of PageTop of Page


Microsoft.CSharp

Microsoft.CSharp.ErrorLevel (Type Obsoleted)
Message: The recommended alternative is Microsoft.CSharp.CSharpCodeProvider and System.CodeDom.Compiler.ICodeCompiler. The CSharpCodeProvider and CodeDom ICodeCompiler provide a much richer set of functionality for specifying how to launch the compiler.
  
Microsoft.CSharp.CompilerError (Type Obsoleted)
Message: The recommended alternative is Microsoft.CSharp.CSharpCodeProvider and System.CodeDom.Compiler.ICodeCompiler. The CSharpCodeProvider and CodeDom ICodeCompiler provide a much richer set of functionality for specifying how to launch the compiler.
  
Microsoft.CSharp.Compiler (Type Obsoleted)
Message: The recommended alternative is Microsoft.CSharp.CSharpCodeProvider and System.CodeDom.Compiler.ICodeCompiler. The CSharpCodeProvider and CodeDom ICodeCompiler provide a much richer set of functionality for specifying how to launch the compiler.
  
Microsoft.CSharp.CSharpCodeProvider
CreateGenerator()Message: Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class.
CreateCompiler()Message: Callers should not use the ICodeCompiler interface and should instead use the methods directly on the CodeDomProvider class.

Top of PageTop of Page


System.Diagnostics.SymbolStore

System.Diagnostics.SymbolStore.SymBinder
GetReader(Int32 importer,String filename,String searchPath)Message: The recommended alternative is SymBinder.GetReader(IntPtr, String). ISymbolBinder1.GetReader takes the importer interface pointer as an IntPtr instead of an Int32, and thus works on both 32-bit and 64-bit architectures.
System.Diagnostics.SymbolStore.ISymbolBinder
GetReader(Int32 importer,String filename,String searchPath)Message: The recommended alternative is ISymbolBinder1.GetReader. ISymbolBinder1.GetReader takes the importer interface pointer as an IntPtr instead of an Int32, and thus works on both 32-bit and 64-bit architectures.

Top of PageTop of Page


Microsoft.Vsa

Microsoft.Vsa.BaseVsaEngine (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.BaseVsaSite (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.BaseVsaStartup (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.IVsaEngine (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.VsaLoader (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.VsaItemType (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.VsaItemFlag (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.VsaIDEMode (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.IVsaSite (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.IVsaPersistSite (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.IVsaError (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.IVsaItem (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.IVsaItems (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.IVsaReferenceItem (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.IVsaCodeItem (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.IVsaGlobalItem (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.IVsaIDESite (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.IVsaIDE (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.IVsaDTEngine (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.IVsaDTCodeItem (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.VsaError (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.VsaException (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.VsaModule (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.

Top of PageTop of Page


Microsoft.JScript.Vsa

Microsoft.JScript.Vsa.ResInfo (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.JScript.Vsa.VsaEngine (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.

Top of PageTop of Page


Microsoft.VisualBasic.Vsa

Microsoft.VisualBasic.Vsa.VsaItem (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.VisualBasic.Vsa.VsaCodeItem (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.VisualBasic.Vsa.VsaCompilerError (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.VisualBasic.Vsa.VsaEngine (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.VisualBasic.Vsa.VsaGlobalItem (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.VisualBasic.Vsa.VsaItems (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.VisualBasic.Vsa.VsaItemsEnumerator (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.VisualBasic.Vsa.VsaReferenceItem (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.

Top of PageTop of Page


Microsoft.VisualC

Microsoft.VisualC.IsCXXReferenceModifier (Type Obsoleted)
Message: Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.
  
Microsoft.VisualC.IsConstModifier (Type Obsoleted)
Message: Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.
  
Microsoft.VisualC.IsLongModifier (Type Obsoleted)
Message: Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.
  
Microsoft.VisualC.IsVolatileModifier (Type Obsoleted)
Message: Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.
  
Microsoft.VisualC.IsSignedModifier (Type Obsoleted)
Message: Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.
  
Microsoft.VisualC.NoSignSpecifiedModifier (Type Obsoleted)
Message: Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.
  
Microsoft.VisualC.NeedsCopyConstructorModifier (Type Obsoleted)
Message: Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.
  
Microsoft.VisualC.DecoratedNameAttribute (Type Obsoleted)
Message: Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.
  
Microsoft.VisualC.MiscellaneousBitsAttribute (Type Obsoleted)
Message: Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.
  
Microsoft.VisualC.DebugInfoInPDBAttribute (Type Obsoleted)
Message: Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility.

Top of PageTop of Page


Microsoft.Vsa.Vb.CodeDOM

Microsoft.Vsa.Vb.CodeDOM._CodeDOMProcessor (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.Vb.CodeDOM._Location (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.Vb.CodeDOM.Location (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
  
Microsoft.Vsa.Vb.CodeDOM.CodeDOMProcessor (Type Obsoleted)
Message: Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.

Top of PageTop of Page


System

System.Enum
ToString(String format,IFormatProvider provider)Message: The provider argument is not used. Please use ToString(String).
ToString(IFormatProvider provider)Message: The provider argument is not used. Please use ToString().
System.AppDomain
GetCurrentThreadId()Message: AppDomain.GetCurrentThreadId has been deprecated because it does not provide a stable Id when managed threads are running on fibers (aka lightweight threads). To get a stable identifier for a managed thread, use the ManagedThreadId property on Thread.
AppendPrivatePath(String path)Message: AppDomain.AppendPrivatePath has been deprecated. Please investigate the use of AppDomainSetup.PrivateBinPath instead.
ClearPrivatePath()Message: AppDomain.ClearPrivatePath has been deprecated. Please investigate the use of AppDomainSetup.PrivateBinPath instead.
ClearShadowCopyPath()Message: AppDomain.ClearShadowCopyPath has been deprecated. Please investigate the use of AppDomainSetup.ShadowCopyDirectories instead.
SetCachePath(String path)Message: AppDomain.SetCachePath has been deprecated. Please investigate the use of AppDomainSetup.CachePath instead.
SetShadowCopyPath(String path)Message: AppDomain.SetShadowCopyPath has been deprecated. Please investigate the use of AppDomainSetup.ShadowCopyDirectories instead.
SetShadowCopyFiles()Message: AppDomain.SetShadowCopyFiles has been deprecated. Please investigate the use of AppDomainSetup.ShadowCopyFiles instead.
SetDynamicBase(String path)Message: AppDomain.SetDynamicBase has been deprecated. Please investigate the use of AppDomainSetup.DynamicBase instead.
System.LoaderOptimization
DomainMaskMessage: This method has been deprecated. Please use Assembly.Load() instead.
DisallowBindingsMessage: This method has been deprecated. Please use Assembly.Load() instead.
System.ContextMarshalException (Type Obsoleted)
Message: ContextMarshalException is obsolete.
  
System.Uri
MakeRelative(Uri toUri)Message: The method has been deprecated. Please use MakeRelativeUri(Uri uri).
Parse()Message: The method has been deprecated. It is not used by the system.
Canonicalize()Message: The method has been deprecated. It is not used by the system.
Escape()Message: The method has been deprecated. It is not used by the system.
Unescape(String path)Message: The method has been deprecated. Please use GetComponents() or static UnescapeDataString() to unescape a Uri component or a string.
EscapeString(String str)Message: The method has been deprecated. Please use GetComponents() or static EscapeUriString() to escape a Uri component or a string.
CheckSecurity()Message: The method has been deprecated. It is not used by the system.
IsReservedCharacter(Char character)Message: The method has been deprecated. It is not used by the system.
IsExcludedCharacter(Char character)Message: The method has been deprecated. It is not used by the system.
IsBadFileSystemCharacter(Char character)Message: The method has been deprecated. It is not used by the system.
Uri(String uriString,Boolean dontEscape)Message: The constructor has been deprecated. Please use new Uri(string). The dontEscape parameter is deprecated and is always false.
Uri(Uri baseUri,String relativeUri,Boolean dontEscape)Message: The constructor has been deprecated. Please new Uri(Uri, string). The dontEscape parameter is deprecated and is always false.

Top of PageTop of Page


System.Threading

System.Threading.WaitHandle
HandleMessage: Use the SafeWaitHandle property instead.
System.Threading.Overlapped
Pack(IOCompletionCallback iocb)Message: This method is not safe. Use Pack (iocb, userData) instead.
UnsafePack(IOCompletionCallback iocb)Message: This method is not safe. Use UnsafePack (iocb, userData) instead.
Overlapped(Int32 offsetLo,Int32 offsetHi,Int32 hEvent,IAsyncResult ar)Message: This constructor is not 64-bit compatible. Use the constructor that takes an IntPtr for the event handle.
EventHandleMessage: This property is not 64-bit compatible. Use EventHandleIntPtr instead.
System.Threading.Thread
SetCompressedStack(CompressedStack stack)Message: Thread.SetCompressedStack is no longer supported. Please use the System.Threading.CompressedStack class
GetCompressedStack()Message: Thread.GetCompressedStack is no longer supported. Please use the System.Threading.CompressedStack class
Suspend()Message: Thread.Suspend has been deprecated. Please use other classes in System.Threading, such as Monitor, Mutex, Event, and Semaphore, to synchronize Threads or protect resources.
Resume()Message: Thread.Resume has been deprecated. Please use other classes in System.Threading, such as Monitor, Mutex, Event, and Semaphore, to synchronize Threads or protect resources.
ApartmentStateMessage: The ApartmentState property has been deprecated. Use GetApartmentState, SetApartmentState or TrySetApartmentState instead.
System.Threading.ThreadPool
BindHandle(IntPtr osHandle)Message: ThreadPool.BindHandle(IntPtr) has been deprecated. Please use ThreadPool.BindHandle(SafeHandle) instead.

Top of PageTop of Page


System.Collections

System.Collections.IHashCodeProvider (Type Obsoleted)
Message: Please use IEqualityComparer instead.
  
System.Collections.CaseInsensitiveHashCodeProvider (Type Obsoleted)
Message: Please use StringComparer instead.
  
System.Collections.Hashtable
Hashtable(Int32 capacity,Single loadFactor,IHashCodeProvider hcp,IComparer comparer)Message: Please use Hashtable(int, float, IEqualityComparer) instead.
Hashtable(IHashCodeProvider hcp,IComparer comparer)Message: Please use Hashtable(IEqualityComparer) instead.
Hashtable(Int32 capacity,IHashCodeProvider hcp,IComparer comparer)Message: Please use Hashtable(int, IEqualityComparer) instead.
Hashtable(IDictionary d,IHashCodeProvider hcp,IComparer comparer)Message: Please use Hashtable(IDictionary, IEqualityComparer) instead.
Hashtable(IDictionary d,Single loadFactor,IHashCodeProvider hcp,IComparer comparer)Message: Please use Hashtable(IDictionary, float, IEqualityComparer) instead.
hcpMessage: Please use EqualityComparer property.
comparerMessage: Please use KeyComparer properties.

Top of PageTop of Page


System.Reflection

System.Reflection.Assembly
LoadWithPartialName(String partialName)Message: This method has been deprecated. Please use Assembly.Load() instead.
LoadWithPartialName(String partialName,Evidence securityEvidence)Message: This method has been deprecated. Please use Assembly.Load() instead.
System.Reflection.AssemblyFlagsAttribute
AssemblyFlagsAttribute(UInt32 flags)Message: This constructor has been deprecated. Please use AssemblyFlagsAttribute(AssemblyNameFlags) instead.
AssemblyFlagsAttribute(Int32 assemblyFlags)Message: This constructor has been deprecated. Please use AssemblyFlagsAttribute(AssemblyNameFlags) instead.
FlagsMessage: This property has been deprecated. Please use AssemblyFlags instead.

Top of PageTop of Page


System.Security.Policy

System.Security.Policy.PolicyLevel
AddFullTrustAssembly(StrongName sn)Message: Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted.
AddFullTrustAssembly(StrongNameMembershipCondition snMC)Message: Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted.
RemoveFullTrustAssembly(StrongName sn)Message: Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted.
RemoveFullTrustAssembly(StrongNameMembershipCondition snMC)Message: Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted.
FullTrustAssembliesMessage: Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted.

Top of PageTop of Page


System.Runtime.InteropServices

System.Runtime.InteropServices.IDispatchImplType (Type Obsoleted)
Message: The IDispatchImplAttribute is deprecated.
  
System.Runtime.InteropServices.IDispatchImplAttribute (Type Obsoleted)
Message: This attribute is deprecated and will be removed in a future version.
  
System.Runtime.InteropServices.SetWin32ContextInIDispatchAttribute (Type Obsoleted)
Message: This attribute has been deprecated. Application Domains no longer respect Activation Context boundaries in IDispatch calls.
  
System.Runtime.InteropServices.Marshal
GetUnmanagedThunkForManagedMethodPtr(IntPtr pfnMethodToWrap,IntPtr pbSignature,Int32 cbSignature)Message: The GetUnmanagedThunkForManagedMethodPtr method has been deprecated and will be removed in a future release.
GetManagedThunkForUnmanagedMethodPtr(IntPtr pfnMethodToWrap,IntPtr pbSignature,Int32 cbSignature)Message: The GetManagedThunkForUnmanagedMethodPtr method has been deprecated and will be removed in a future release.
GetThreadFromFiberCookie(Int32 cookie)Message: The GetThreadFromFiberCookie method has been deprecated. Use the hosting API to perform this operation.
GetTypeLibName(UCOMITypeLib pTLB)Message: Use System.Runtime.InteropServices.Marshal.GetTypeLibName(ITypeLib pTLB) instead.
GetTypeLibGuid(UCOMITypeLib pTLB)Message: Use System.Runtime.InteropServices.Marshal.GetTypeLibGuid(ITypeLib pTLB) instead.
GetTypeLibLcid(UCOMITypeLib pTLB)Message: Use System.Runtime.InteropServices.Marshal.GetTypeLibLcid(ITypeLib pTLB) instead.
GetTypeInfoName(UCOMITypeInfo pTI)Message: Use System.Runtime.InteropServices.Marshal.GetTypeInfoName(ITypeInfo pTLB) instead.
ReleaseThreadCache()Message: This API did not perform any operation and will be removed in future versions of the CLR.
System.Runtime.InteropServices.BIND_OPTS (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.BIND_OPTS instead.
  
System.Runtime.InteropServices.UCOMIBindCtx (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.IBindCtx instead.
  
System.Runtime.InteropServices.UCOMIConnectionPointContainer (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.IConnectionPointContainer instead.
  
System.Runtime.InteropServices.UCOMIConnectionPoint (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead.
  
System.Runtime.InteropServices.UCOMIEnumMoniker (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.IEnumMoniker instead.
  
System.Runtime.InteropServices.CONNECTDATA (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.CONNECTDATA instead.
  
System.Runtime.InteropServices.UCOMIEnumConnections (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead.
  
System.Runtime.InteropServices.UCOMIEnumConnectionPoints (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints instead.
  
System.Runtime.InteropServices.UCOMIEnumString (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.IEnumString instead.
  
System.Runtime.InteropServices.UCOMIEnumVARIANT (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.IEnumVARIANT instead.
  
System.Runtime.InteropServices.FILETIME (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.FILETIME instead.
  
System.Runtime.InteropServices.UCOMIMoniker (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.IMoniker instead.
  
System.Runtime.InteropServices.UCOMIPersistFile (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.IPersistFile instead.
  
System.Runtime.InteropServices.UCOMIRunningObjectTable (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.IRunningObjectTable instead.
  
System.Runtime.InteropServices.STATSTG (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.STATSTG instead.
  
System.Runtime.InteropServices.UCOMIStream (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.IStream instead.
  
System.Runtime.InteropServices.DESCKIND (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.DESCKIND instead.
  
System.Runtime.InteropServices.BINDPTR (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.BINDPTR instead.
  
System.Runtime.InteropServices.UCOMITypeComp (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.ITypeComp instead.
  
System.Runtime.InteropServices.TYPEKIND (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.TYPEKIND instead.
  
System.Runtime.InteropServices.TYPEFLAGS (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.TYPEFLAGS instead.
  
System.Runtime.InteropServices.IMPLTYPEFLAGS (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS instead.
  
System.Runtime.InteropServices.TYPEATTR (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.TYPEATTR instead.
  
System.Runtime.InteropServices.FUNCDESC (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.FUNCDESC instead.
  
System.Runtime.InteropServices.IDLFLAG (Type Obsoleted)
Message: Use System.Runtime.InteropServices.ComTypes.IDLFLAG instead.
  
System.Runtime.InteropServices.IDLDESC (Type Obsoleted)