Retrieves a value indicating whether the method is virtual.
[Visual Basic] Public ReadOnly Property IsVirtual As Boolean [C#] public bool IsVirtual {get;} [C++] public: __property bool get_IsVirtual(); [JScript] public function get IsVirtual() : Boolean;
Read-only.
true if this method is virtual; otherwise, false.
A virtual member may reference instance data in a class and must be referenced through an instance of the class.
MethodBase Class | MethodBase Members | System.Reflection Namespace