Table of Contents

Property BaseType

Namespace
Microsoft.Samples.Debugging.CorMetadata
Assembly
corapi.dll

BaseType

Gets the type from which the current Type directly inherits.

public override Type BaseType { get; }

Property Value

Type

The Type from which the current Type directly inherits, or null if the current Type represents the object class or an interface.