C# 클래스 Boo.BooLangService.BooMethods

상속: Microsoft.VisualStudio.Package.Methods
파일 보기 프로젝트 열기: jagregory/boolangstudio

공개 메소드들

메소드 설명
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