SubMain - CodeIt.Right The First Time!  
Home
Products
  CodeIt.Right
  CodeIt.Once for .NET
  PrettyCode.Print for .NET
  PrettyCode.Print
  SmartOutline for VS2005
  .NET Coding Guidelines
Download
Purchase
Support
Contact Us

CodeIt.Right SDK Class Library

RuleUtilities.GetBaseTypeMembers Method 

Gets members from the base type.

public static IMemberInfo[] GetBaseTypeMembers(
   ITypeInfo typeInfo,
   string methodName,
   bool isCaseSensitive
);

Parameters

typeInfo

Type object

methodName

Method name

isCaseSensitive

True if project language is case sensitive; False if otherwise.

Return Value

An array of IMemberInfo objects.

Remarks

Example

To be added.

See Also

RuleUtilities Class | SubMain.CodeItRight.Sdk.Utils Namespace