MethodBase._MethodBase.IsStatic Property

Definition

For a description of this member, see IsStatic.

property bool System::Runtime::InteropServices::_MethodBase::IsStatic { bool get(); };
bool System.Runtime.InteropServices._MethodBase.IsStatic { get; }
member this.System.Runtime.InteropServices._MethodBase.IsStatic : bool
 ReadOnly Property IsStatic As Boolean Implements _MethodBase.IsStatic

Property Value

For a description of this member, see IsStatic.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the MethodBase instance is cast to an _MethodBase interface.

Applies to