Gets a value indicating whether access to this method is restricted to members of the class and members of its derived classes.
See detail in MSDN Library.
Exam related question:
You work as the application developer at abc .com. To get information on a
specific method named myMethod, you use Reflection. You need to find out if
myMethod can be accessed from a derived class.
Which of the following properties should you call from the myMethod class?
A. Call the IsAssembly property.
B. Call the IsVirtual property.
C. Call the IsStatic property.
D. Call the IsFamily property.
Answer: D