The KernelMemberInfo type exposes the following members.

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.
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.
(Overrides Object..::..ToString()()()().)
Public methodTryVerifyChecksums
Checks if the assembly checksum and deserialized checksum are the same.
Public methodVerifyChecksums
Checks if the assembly checksum and deserialized checksum are the same.

Properties

  NameDescription
Public propertyDeserializedChecksum
Gets or sets the deserialized checksum.
Public propertyIsDummy
Gets a value indicating whether this instance is dummy.
Public propertyName
Gets the name.
Public propertyType
Gets or sets the type.

See Also