C# Class IKVM.Internal.TraceSwitch

Datei anzeigen Open project: samskivert/ikvm-monotouch

Public Properties

Property Type Description
DisplayName string
Level TraceLevel

Public Methods

Method Description
TraceSwitch ( string name, string desc ) : System

Method Details

TraceSwitch() public method

public TraceSwitch ( string name, string desc ) : System
name string
desc string
return System

Property Details

DisplayName public_oe property

public string DisplayName
return string

Level public_oe property

public TraceLevel Level
return TraceLevel