Недопустимые типы и элементы в библиотеке mscorlib.dll
Программирование интеграции SQL Server со средой CLR не допускает использования типов и элементов, имеющих атрибут HostProtectionAttribute, который задает перечисление System.Security.Permissions.HostProtectionResource со значением ExternalProcessMgmt, ExternalThreading, MayLeakOnAbort, SecurityInfrastructure, SelfAffectingProcessMgmnt, SelfAffectingThreading, SharedState, Synchronization или UI. В следующей таблице перечислены типы и члены сборки mscorlib.dll, значения атрибут защиты узла которых не допускаются.
Примечание |
---|
Этот список был получен из сборок, поддерживаемых платформой .NET Framework версии 2.0 с пакетом обновления 1 (SP1). Дополнительные сведения см. в разделе Поддерживаемые библиотеки платформы .NET Framework. |
Тип или элемент |
Значения атрибутов защиты узла |
---|---|
SyncStream.BeginRead() |
ExternalThreading |
SyncStream.BeginWrite() |
ExternalThreading |
System.Collections.ArrayList.Synchronized() |
Синхронизация |
System.Collections.Hashtable.Synchronized() |
Синхронизация |
System.Collections.Queue.Synchronized() |
Синхронизация |
System.Collections.SortedList.Synchronized() |
Синхронизация |
System.Collections.Stack.Synchronized() |
Синхронизация |
System.Console.Beep() |
UI |
System.Console.get_Error() |
UI |
System.Console.get_In() |
UI |
System.Console.get_KeyAvailable() |
UI |
System.Console.get_Out() |
UI |
System.Console.OpenStandardError() |
UI |
System.Console.OpenStandardInput() |
UI |
System.Console.OpenStandardOutput() |
UI |
System.Console.Read() |
UI |
System.Console.ReadKey() |
UI |
System.Console.ReadLine() |
UI |
System.Console.SetError() |
UI |
System.Console.SetIn() |
UI |
System.Console.SetOut() |
UI |
System.Console.Write() |
UI |
System.Console.WriteLine() |
UI |
System.Diagnostics.LogMessageEventHandler |
ExternalThreading, Synchronization |
System.IO.FileStream.BeginRead() |
ExternalThreading |
System.IO.FileStream.BeginWrite() |
ExternalThreading |
System.IO.Stream.Synchronized() |
Синхронизация |
System.IO.TextReader.Synchronized() |
Синхронизация |
System.IO.TextWriter.Synchronized() |
Синхронизация |
System.Reflection.Emit.AssemblyBuilder |
MayLeakOnAbort |
System.Reflection.Emit.ConstructorBuilder |
MayLeakOnAbort |
System.Reflection.Emit.CustomAttributeBuilder |
MayLeakOnAbort |
System.Reflection.Emit.EnumBuilder |
MayLeakOnAbort |
System.Reflection.Emit.EventBuilder |
MayLeakOnAbort |
System.Reflection.Emit.FieldBuilder |
MayLeakOnAbort |
System.Reflection.Emit.MethodBuilder |
MayLeakOnAbort |
System.Reflection.Emit.MethodRental |
MayLeakOnAbort |
System.Reflection.Emit.ModuleBuilder |
MayLeakOnAbort |
System.Reflection.Emit.PropertyBuilder |
MayLeakOnAbort |
System.Reflection.Emit.TypeBuilder |
MayLeakOnAbort |
System.Reflection.Emit.UnmanagedMarshal |
MayLeakOnAbort |
System.Security.Principal.WindowsPrincipal |
SecurityInfrastructure |
System.Threading.AutoResetEvent |
ExternalThreading, Synchronization |
System.Threading.EventWaitHandle |
ExternalThreading, Synchronization |
System.Threading.ManualResetEvent |
ExternalThreading, Synchronization |
System.Threading.Monitor |
ExternalThreading, Synchronization |
System.Threading.Mutex |
ExternalThreading, Synchronization |
System.Threading.ReaderWriterLock |
ExternalThreading, Synchronization |
System.Threading.Thread.AllocateDataSlot() |
ExternalThreading, SharedState |
System.Threading.Thread.AllocateNamedDataSlot() |
ExternalThreading, SharedState |
System.Threading.Thread.BeginCriticalRegion() |
ExternalThreading, Synchronization |
System.Threading.Thread.EndCriticalRegion() |
ExternalThreading, Synchronization |
System.Threading.Thread.FreeNamedDataSlot() |
ExternalThreading, SharedState |
System.Threading.Thread.GetData() |
ExternalThreading, SharedState |
System.Threading.Thread.GetNamedDataSlot() |
ExternalThreading, SharedState |
System.Threading.Thread.Join() |
ExternalThreading, Synchronization |
System.Threading.Thread.set_ApartmentState() |
Synchronization, SelfAffectingThreading |
System.Threading.Thread.set_CurrentUICulture() |
ExternalThreading |
System.Threading.Thread.set_IsBackground() |
SelfAffectingThreading |
System.Threading.Thread.set_Name() |
ExternalThreading |
System.Threading.Thread.set_Priority() |
SelfAffectingThreading |
System.Threading.Thread.SetApartmentState() |
Synchronization, SelfAffectingThreading |
System.Threading.Thread.SetData() |
ExternalThreading, SharedState |
System.Threading.Thread.SpinWait() |
ExternalThreading, Synchronization |
System.Threading.Thread.Start() |
ExternalThreading, Synchronization |
System.Threading.Thread.TrySetApartmentState() |
Synchronization, SelfAffectingThreading |
System.Threading.ThreadPool |
ExternalThreading, Synchronization |
System.Threading.Timer |
ExternalThreading, Synchronization |
System.Threading.TimerBase |
ExternalThreading, Synchronization |
См. также