Reflection

Reflection

1st - 5th Grade

10 Qs

quiz-placeholder

Similar activities

Calculating Growth

Calculating Growth

3rd Grade

10 Qs

Computing Creative Design and Innovation – Grade 7  Checkpoint 3

Computing Creative Design and Innovation – Grade 7 Checkpoint 3

5th Grade

10 Qs

KUIZ KOMPETENSI 1 DKB3313

KUIZ KOMPETENSI 1 DKB3313

4th Grade

15 Qs

Class III Quiz

Class III Quiz

3rd Grade

10 Qs

CHAPTER 1: A SMART MACHINE

CHAPTER 1: A SMART MACHINE

2nd Grade

15 Qs

QUIZZ SESSION

QUIZZ SESSION

1st - 5th Grade

12 Qs

Keyboarding Techniques 2

Keyboarding Techniques 2

5th - 7th Grade

10 Qs

Review grade 4

Review grade 4

3rd - 4th Grade

14 Qs

Reflection

Reflection

Assessment

Quiz

Computers

1st - 5th Grade

Practice Problem

Medium

Created by

Nataly Revutska

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Choose the method defined by MemberInfo

GetCustomAttributes()

GetCustomAttributesData()

IsDefined()

All of the mentioned

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

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

System.Reflection.MemberInfo

System.Reflection

Both System.Reflection & System.Reflection.MemberInfo

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which class allows create instances of classes during late binding?

Type

Activator

Assembly

MemberInfo

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can't be an attribute's target?

Parameter

Delegate

Module

Namespace

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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?

Type DeclaringType

int MetadataToken

Module Module

Type ReflectedType

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following C# code specify?

object Invoke(object obj, object[] parameters)

Calling a type using invoke()

The value returned by the invoked method is returned by Invoke()

Any arguments that need to be passed to the method are specified in the array parameters

All of the mentioned

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can we get private fields ?

FieldInfo[] fields = myType.GetFields();

FieldInfo[] fields = myType.GetFields(

BindingFlags.NonPublic);

FieldInfo[] fields = myType.GetFields(

BindingFlags.NonPublic |

BindingFlags.Instance);

FieldInfo[] fields = myType.GetFields(

BindingFlags.Instance);

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?