C# Class Boo.BooLangService.BooMethods

Inheritance: Microsoft.VisualStudio.Package.Methods
Afficher le fichier Open project: jagregory/boolangstudio

Méthodes publiques

Méthode Description
BooMethods ( MethodTreeNode method ) : System.Collections.Generic
GetCount ( ) : int
GetDescription ( int index ) : string
GetName ( int index ) : string
GetParameterCount ( int index ) : int
GetParameterInfo ( int index, int parameter, string &name, string &display, string &description ) : void
GetType ( int index ) : string

Private Methods

Méthode Description
GetMethodByIndex ( int index ) : MethodTreeNode

Get the method for an index. This covers up the way we structure methods, in that the first method is the default and it has a collection of overloads. In VS this is flat, so index 0 is actually our default and index 1 is our first overload.

Method Details

BooMethods() public méthode

public BooMethods ( MethodTreeNode method ) : System.Collections.Generic
method Boo.BooLangService.Document.Nodes.MethodTreeNode
Résultat System.Collections.Generic

GetCount() public méthode

public GetCount ( ) : int
Résultat int

GetDescription() public méthode

public GetDescription ( int index ) : string
index int
Résultat string

GetName() public méthode

public GetName ( int index ) : string
index int
Résultat string

GetParameterCount() public méthode

public GetParameterCount ( int index ) : int
index int
Résultat int

GetParameterInfo() public méthode

public GetParameterInfo ( int index, int parameter, string &name, string &display, string &description ) : void
index int
parameter int
name string
display string
description string
Résultat void

GetType() public méthode

public GetType ( int index ) : string
index int
Résultat string