- Namespace
- Benchmarks
- Interfaces
- Base Types
-
- object
- Derived Types
graph BT
Type-->Base0["object"]
Type-.->Interface0["IXamlBenchmark"]
click Interface0 "/api/Benchmarks/IXamlBenchmark"
Type["LoadBenchmark"]
class Type type-node
Derived0["LoadComplexBenchmark"]-->Type
click Derived0 "/api/Benchmarks/LoadComplexBenchmark"
Derived1["LoadSimpleBenchmark"]-->Type
click Derived1 "/api/Benchmarks/LoadSimpleBenchmark"
Syntax
public abstract class LoadBenchmark : IXamlBenchmark
Properties
Methods
Name | Value | Summary |
---|---|---|
GetStream |
Stream | |
GetStream |
Stream | |
Load |
object | |
LoadXamlPrecompiled |
object | |
PortableXaml |
void | |
PortableXaml |
void | |
PortableXamlNoCache |
void | |
PortableXamlNoCache |
void | |
Xaml |
void | |
XamlIl |
void | |
XamlIlPrecompiled |
void | |
XamlPrecompiled |
void |