The KernelMethodInfo type exposes the following members.

Constructors

  NameDescription
Public methodKernelMethodInfo(Type, MethodInfo, eKernelMethodType)
Initializes a new instance of the KernelMethodInfo class.
Public methodKernelMethodInfo(Type, MethodInfo, eKernelMethodType, Boolean)
Initializes a new instance of the KernelMethodInfo 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 methodGetParametersString
Gets the parameters as a comma seperated string.
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 propertyKernelFunction
Gets the kernel function.
Public propertyMethod
Gets the method.
Public propertyMethodType
Gets the type of the method.
Public propertyName
Gets the name.
(Overrides KernelMemberInfo..::..Name.)
Public propertyType
Gets or sets the type.
(Inherited from KernelMemberInfo.)

See Also