C# 클래스 Rhino.Tools.Debugger.Dim.FunctionSource

Class to store information about a function.
Class to store information about a function.
파일 보기 프로젝트 열기: hazzik/Rhino.Net 1 사용 예제들

공개 메소드들

메소드 설명
FirstLine ( ) : int

Returns the line number of the first line of the function.

Returns the line number of the first line of the function.

Name ( ) : string

Returns the name of the function.

Returns the name of the function.

SourceInfo ( ) : Dim.SourceInfo

Returns the SourceInfo object that describes the source of the function.

Returns the SourceInfo object that describes the source of the function.

비공개 메소드들

메소드 설명
FunctionSource ( Dim sourceInfo, int firstLine, string name ) : System

Creates a new FunctionSource.

Creates a new FunctionSource.

메소드 상세

FirstLine() 공개 메소드

Returns the line number of the first line of the function.
Returns the line number of the first line of the function.
public FirstLine ( ) : int
리턴 int

Name() 공개 메소드

Returns the name of the function.
Returns the name of the function.
public Name ( ) : string
리턴 string

SourceInfo() 공개 메소드

Returns the SourceInfo object that describes the source of the function.
Returns the SourceInfo object that describes the source of the function.
public SourceInfo ( ) : Dim.SourceInfo
리턴 Dim.SourceInfo