您在Hi-tech.com做应用程序开发。您正在编写类名为MyDictionary的自定义字典。您需要确保该字典是类型安全的字典。您应该使用哪个代码段?()
A、ClassMyDictionaryImplementsDictionary(OfString,String)
B、ClassMyDictionaryInheritsHashTable
C、ClassMyDictionaryImplementsIDictionary
D、
A、ClassMyDictionaryImplementsDictionary(OfString,String)
B、ClassMyDictionaryInheritsHashTable
C、ClassMyDictionaryImplementsIDictionary
D、
A、A.使用 ThreadPool.queueUserWorkItem。 B、B.使用 ThreadPool.UnsafeQueueUserWorkItem。 C、C.使用 Thread.Resume。 D、D.使用 Thread.Start
A、应使用类型库导出程序工具(tlbexp.exe) B、应使用类型库导入程序工具(tlbimp.exe) C、应使用程序集注册工具(regasm.exe) D、应使用平台调用(DllImportAttribute)
A、A.应使用AssemblyKeyFileAttribute类。 B、B.应使用AssemblyDelaySignAttribute类。 C、C.应使用AssemblyConfigurationAttribute类。 D、D.应使用AssemblyKeyNameAttribute。
A、A.TypeFormat属性应设置为FormatterTypeStyle.TypesAlways B、B.TypeFormat属性应设置为FormatterTypeStyle.TypesWhenNeeded C、C.FilterLevel属性应设置为TypeFilterLevel.Full D、D.必须将FilterLevel属性设置为TypeFilterLevel.Low