C# Класс Boo.BooLangService.BooMethods

Наследование: Microsoft.VisualStudio.Package.Methods
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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.

Описание методов

BooMethods() публичный метод

public BooMethods ( MethodTreeNode method ) : System.Collections.Generic
method Boo.BooLangService.Document.Nodes.MethodTreeNode
Результат System.Collections.Generic

GetCount() публичный метод

public GetCount ( ) : int
Результат int

GetDescription() публичный метод

public GetDescription ( int index ) : string
index int
Результат string

GetName() публичный метод

public GetName ( int index ) : string
index int
Результат string

GetParameterCount() публичный метод

public GetParameterCount ( int index ) : int
index int
Результат int

GetParameterInfo() публичный метод

public GetParameterInfo ( int index, int parameter, string &name, string &display, string &description ) : void
index int
parameter int
name string
display string
description string
Результат void

GetType() публичный метод

public GetType ( int index ) : string
index int
Результат string