DictClass.Isrunable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether a class can be run.
public:
virtual bool Isrunable();
public virtual bool Isrunable ();
abstract member Isrunable : unit -> bool
override this.Isrunable : unit -> bool
Public Overridable Function Isrunable () As Boolean
Returns
true if the class can be run; otherwise, false.