MethodBase.IsAbstract Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a value that indicates whether the method is abstract (MustInherit in Visual Basic).

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public ReadOnly Property IsAbstract As Boolean
public bool IsAbstract { get; }

Property Value

Type: System..::.Boolean
true if the method is abstract; otherwise, false.

Remarks

An abstract member is declared on a base class and has no implementation supplied.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

MethodBase Class

System.Reflection Namespace

Boolean

BindingFlags