Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
ASP.NET Reference
Client Reference
Global Namespace
Type Class
Type Methods
 callBaseMethod Method

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
Type.callBaseMethod Method

Invokes a base method with specified arguments.

instanceVar.callBaseMethod(instance, name, baseArguments);
instance

The instance whose base method is being called. Usually this.

name

A string that represents the name of the base method.

baseArguments

(Optional) An array of arguments to pass to the base method. Can be null or an Array object that has a null element.

A value of the class that the base method returns. If the base method does not return a value, no value is returned.

Exception type

Condition

Error.invalidOperation Function

(Debug) name does not exist for the base class.

Use the callBaseMethod method to call a base method from an instance of a derived class.

Reference

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker