Wednesday, February 19, 2014

C# - கேள்வி பதில் பகுதி - 7

Q 61. Which method should you invoke on the ThreadPool class to add a delegate?
A. QueueUserWorkItem

Q 62. Which property of the Attachment class is used to the MIME type of an e-mail attachment?
A. ContentType

Q 63. Which enumeration indicates the type of cultures installed on a local machine?
A. CultureTypes

Q 64. How should you alter the name of an XML element generated from a field?
A. You should apply the XmlElement attribute and specify the new name.

Q 65. Which property of the Process class returns all libraries loaded by the current process?
A. Modules

Q 66. Which method of the LinkedList class should be invoked to add an object to the beginning?
A. AddFirst

Q 67. Which method of CodeGroup class will duplicate a code group?
A. Copy

Q 68. Which property of the AppDomain class should you use to access the startup path?
A. BaseDirectory

Q 69. Which method of the AppDomain class will create an application domain?
A. CreateDomain

Q 70. Which class represents the file instance on a computer’s file system?
A. FileInfo

No comments:

Post a Comment