C# Class IronRuby.Compiler.Generation.Profiler.MethodCounter

显示文件 Open project: jschementi/iron

Public Properties

Property Type Description
File string
Line int
Name string
Ticks long

Public Methods

Method Description
MethodCounter ( string name, string file, int line, long ticks ) : System

Method Details

MethodCounter() public method

public MethodCounter ( string name, string file, int line, long ticks ) : System
name string
file string
line int
ticks long
return System

Property Details

File public_oe property

public string File
return string

Line public_oe property

public int Line
return int

Name public_oe property

public string Name
return string

Ticks public_oe property

public long Ticks
return long