单项选择题
When compressing data with the DeflateStream class, how do you specify a stream into which to write compressed data?()
A. Set the BaseStream property with the destination stream, and set the CompressionMode property to Compression.
B. Specify the stream to write into the DeflateStream object is created (for example, in the constructor).
C. Use the Write method of the DeflateStream class.
D. Register for the BaseSream event of the DeflateStream class.
相关考题
-
多项选择题
WhattypesofobjectsderivefromteMemberInfoclass?()
A. FieldInfo class
B. MethodInfo class
C. Assembly class
D. Type class -
多项选择题
WhichmethodsallowCOMcomponentstobeusedin.NETapplications?()
A. Add a reference to the component throudh Microsoft Visual Studio 2005.
B. Use the type Library Import tool (TlbImport.exe).
C. Use the Regsvr32 tool.
D. Ensure thet the application is registered, using the RegSvr tool if necessary. Then either add a reference to it from dialog box or use TblIpm.exe. -
单项选择题
Certkiller.com 已经被本地小私立学校聘请开发一类库,将在名为ManageAttendance的 学生档案管理应用程序中使用,ManageAttendance 名学生档案您应负责此类库的开发。Certkiller.com 已指示您在应用程序中创建集合以存储学习的结果目前仅有七个学生,但此值将增加两倍,在下一年度,学校已通知您。由于对有限的资源,您需要确保您所创建的集合消耗最少的资源。创建集合,您应该使用什么?()
A.HybridDictionary 的集合类
B.哈希表集合类
C.ListDictionary 的集合类
D.StringCollection 的集合类
