Class MaliProfilerModuleDetailsViewController
Inheritance
MaliProfilerModuleDetailsViewController
Syntax
public class MaliProfilerModuleDetailsViewController : ProfilerModuleViewController
Constructors
MaliProfilerModuleDetailsViewController(ProfilerWindow, String[], System.Tuple<String, String>[])
Declaration
public MaliProfilerModuleDetailsViewController(ProfilerWindow profilerWindow, string[] valueCounters, System.Tuple<string, string>[] percentValueCounters)
Parameters
Type |
Name |
Description |
ProfilerWindow |
profilerWindow |
|
String[] |
valueCounters |
|
System.Tuple<String, String>[] |
percentValueCounters |
|
Methods
CreateView()
Declaration
protected override VisualElement CreateView()
Returns
Type |
Description |
VisualElement |
|
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
Boolean |
disposing |
|