adplus-dvertising
frame-decoration

Question

Choose the correct statement about System.Type namespace:

a.

Core of the reflection subsystem as it encapsulates a type

b.

Consists of many methods and properties that can be used to obtain information about a type at runtime

c.

Both a & b

d.

Only b

Answer: (c).Both a & b

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Choose the correct statement about System.Type namespace:

Similar Questions

Discover Related MCQs

Q. Choose the class from which the namespace ‘System.Type’ is derived:

Q. What does the following property signify?

MemberTypes MemberType

Q. The property signifies “Obtains a Module object that represents the module (an executable file) in which the reflected type resides”. Choose the property which specifies the following statement:

Q. Choose the method defined by MemberInfo:

Q. What does the following declaration specify?

MethodInfo[] GetMethods()

Q. What does the following code specify?

object Invoke(object obj, object[] parameters)

Q. What does the following method specify?

Type[] GetGenericArguments()

Q. Select the type of multitasking methods that exist:

Q. Choose the correct statement about process-based multitasking:

Q. Choose the statements which indicate the differences between the thread based multitasking and process based multitasking:

Q. What is the advantage of the multithreading program?

Q. Select the two type of threads mentioned in the concept of multithreading:

Q. Number of threads that exists for each of the processes that occurs in the program:

Q. Choose the namespace which supports multithreading programming:

Q. What does the given code snippet specify?

public Thread(ThreadStart start)

Q. Which of these classes is used to make a thread?

Q. On call of which type of method the new created thread will not start executing?

Q. Which of these method of Thread class is used to Suspend a thread for a period of time?

Q. Which of these keywords are used to implement synchronization?

Q. Which keyword is used for using the synchronization features defined by the Monitor class?