The KernelTypeInfo type exposes the following members.

Constructors

  NameDescription
Public methodKernelTypeInfo
Initializes a new instance of the KernelTypeInfo class.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAssemblyChecksum
Gets the checksum of the assembly on which this member was based.
(Inherited from KernelMemberInfo.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the Name.
(Inherited from KernelMemberInfo.)
Public methodTryVerifyChecksums
Checks if the assembly checksum and deserialized checksum are the same.
(Inherited from KernelMemberInfo.)
Public methodVerifyChecksums
Checks if the assembly checksum and deserialized checksum are the same.
(Inherited from KernelMemberInfo.)

Properties

  NameDescription
Public propertyDeserializedChecksum
Gets or sets the deserialized checksum.
(Inherited from KernelMemberInfo.)
Public propertyIsDummy
Gets a value indicating whether this instance is dummy.
(Inherited from KernelMemberInfo.)
Public propertyName
Gets the name.
(Overrides KernelMemberInfo..::..Name.)
Public propertyType
Gets or sets the type.
(Inherited from KernelMemberInfo.)

See Also