| 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 |
|---|
| DomainMask | Message: This method has been deprecated. Please use Assembly.Load() instead. |
| DisallowBindings | Message: This method has been deprecated. Please use Assembly.Load() instead. |
| |
| System.ContextMarshalException (Type Obsoleted) |
|---|
| Message: ContextMarshalException is obsolete. |
| |
| System.Threading.WaitHandle |
|---|
| Handle | Message: 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. |
| EventHandle | Message: 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. |
| ApartmentState | Message: 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. |
| |
| 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. |
| hcp | Message: Please use EqualityComparer property. |
| comparer | Message: Please use KeyComparer properties. |
| |
| 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. |
| |
| 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. |
| Flags | Message: This property has been deprecated. Please use AssemblyFlags instead. |
| |
| 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. |
| FullTrustAssemblies | 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. |
| |
| 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. |
|