The methods of the KtmlGenericModule class are listed below. For a complete list of KtmlGenericModule class members, see the KtmlGenericModule Members topic.
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetError | Method that returns the error for this module. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
SetContext | Override this method to do your own initialization after the HttpContext of the page has been set. |
SetError | Method that sets the error for this module. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
IsArgumentBoolean | Helper method to check if an argument required by a specific method is of type boolean. |
IsArgumentInteger | Helper method to check if an argument required by a specific method is of type integer. |
IsArgumentSet | Helper method to check if an argument required by a specific method is set. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
KtmlGenericModule Class | InterAKT.WebControls.Modules Namespace