Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C# Programming
»
Attributes
Once applied which of the following CANNOT inspect the applied attribute?
CLR
Linker
ASP.NET Runtime
Visual Studio.NET
Language compilers
Correct Answer:
Linker
← Previous Question
Next Question→
More Questions from
Attributes
Which of the following is the correct way of applying the custom attribute called Tested which receives two-arguments - name of the tester and the testgrade? Custom attribute cannot be applied to an assembly. [assembly: Tested("Sachin", testgrade.Good)] [Tested("Virat", testgrade.Excellent)] class customer { /* .... */ } Custom attribute cannot be applied to a method. Custom attribute cannot be applied to a class.
Which of the following CANNOT be a target for a custom attribute?
The [Serializable()] attribute gets inspected at
Which of the following is correct ways of applying an attribute?
Which of the following are correct ways to specify the targets for a custom attribute?
Which of the following statements are correct about Attributes in C#.NET? On compiling a C#.NET program the attibutes applied are recorded in the metadata of the assembly. On compilation all the attribute's tags are deleted from the program. It is not possible to create custom attributes.. The attributes applied can be read from an assembly using Reflection class. An attribute can have parameters.
Which of the following correctly describes the contents of the filename AssemblyInfo.cs?
Which of the following statements are correct about inspecting an attribute in C#.NET? An attribute can be inspected at link-time. An attribute can be inspected at compile-time. An attribute can be inspected at run-time. An attribute can be inspected at design-time.
Which of the following forms of applying an attribute is correct?
Which of the following statements are correct about Attributes used in C#.NET?
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments