SysoCounter Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.log iTextSharp.text.log.SysoCounter[[SysoCounter]] iTextSharp.text.log.ICounter[[ICounter]] class iTextSharp.text.log.ICounter interfaceStyle; end iTextSharp.text.log.ICounter --> iTextSharp.text.log.SysoCounter
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
Details
Inheritance
Constructors
SysoCounter [1/2]
Source code
public SysoCounter()
SysoCounter [2/2]
Source code
protected SysoCounter(Type klass)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
klass |
Methods
GetCounter
Source code
public virtual ICounter GetCounter(Type klass)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
klass |
Read
Source code
public virtual void Read(long l)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
l |
Written
Source code
public virtual void Written(long l)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
l |
Generated with ModularDoc