#W# Initial Commit: Avatars Conquest
This commit is contained in:
commit
8eae46895e
7512 changed files with 416187 additions and 0 deletions
21
Docs/types/BaseProfile.html
Normal file
21
Docs/types/BaseProfile.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>RunUO Documentation - Class Overview - BaseProfile</title>
|
||||
</head>
|
||||
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
|
||||
<h4><a href="../namespaces/Server.Diagnostics.html">Back to Server.Diagnostics</a></h4>
|
||||
<h2>BaseProfile</h2>
|
||||
<h4>Derived Types: <!-- DBG-3 --><a href="BasePacketProfile.html">BasePacketProfile</a>, <!-- DBG-3 --><a href="GumpProfile.html">GumpProfile</a>, <!-- DBG-3 --><a href="TargetProfile.html">TargetProfile</a>, <!-- DBG-3 --><a href="TimerProfile.html">TimerProfile</a></h4>
|
||||
(<font color="blue">static</font>) <font color="blue">int</font> <WriteAll>b__0( T a, T b )<br>
|
||||
(<font color="blue">static</font>) <font color="blue">void</font> WriteAll( TextWriter op, <font color="blue">IEnumerable</font><<font color="blue">T</font>> profiles )<br>
|
||||
(<font color="blue">ctor</font>) BaseProfile( <font color="blue">string</font> name )<br>
|
||||
TimeSpan AverageTime( <font color="blue">get</font>; )<br>
|
||||
<font color="blue">long</font> Count( <font color="blue">get</font>; )<br>
|
||||
<font color="blue">string</font> Name( <font color="blue">get</font>; )<br>
|
||||
TimeSpan PeakTime( <font color="blue">get</font>; )<br>
|
||||
TimeSpan TotalTime( <font color="blue">get</font>; )<br>
|
||||
<font color="blue">virtual</font> <font color="blue">void</font> Finish()<br>
|
||||
<font color="blue">virtual</font> <font color="blue">void</font> Start()<br>
|
||||
<font color="blue">virtual</font> <font color="blue">void</font> WriteTo( TextWriter op )<br>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue