DictClass.Iskernel 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 is a kernel class.
public:
virtual bool Iskernel();
public virtual bool Iskernel ();
abstract member Iskernel : unit -> bool
override this.Iskernel : unit -> bool
Public Overridable Function Iskernel () As Boolean
Returns
true if the class is a kernel class; otherwise, false.