NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MethodBase.IsVirtual

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;

Property Value

Read-only.

true if this method is virtual; otherwise, false.

Remarks

A virtual member may reference instance data in a class and must be referenced through an instance of the class.

See Also

MethodBase Class | MethodBase Members | System.Reflection Namespace