- Namespace
- XamlIl
.Transform - Base Types
-
- object
- XamlIlContextBase
graph BT
Type-->Base0["XamlIlContextBase"]
click Base0 "/api/XamlIl.Transform/XamlIlContextBase"
Base0-->Base1["object"]
Type["XamlIlEmitContext"]
class Type type-node
Syntax
public class XamlIlEmitContext : XamlIlContextBase
Constructors
Properties
Name | Value | Summary |
---|---|---|
Configuration | Xaml |
|
ContextLocal | IXamlIlLocal | |
CreateSubType | Func |
|
Emitter | IXamlIlEmitter | |
Emitters | List |
|
EnableIlVerification | bool | |
File | IFileSource | |
RuntimeContext | XamlIlContext |
Methods
Name | Value | Summary |
---|---|---|
Emit |
XamlIlNodeEmitResult | |
GetItem |
T |
Inherited from XamlIlContextBase
|
GetLocal |
XamlIlLocalsPool |
|
GetOrCreateItem |
T |
Inherited from XamlIlContextBase
|
LdLocal |
void | |
ParentNodes |
IEnumerable |
Inherited from XamlIlContextBase
|
PopParent |
IXamlIlAstNode |
Inherited from XamlIlContextBase
|
PushParent |
void |
Inherited from XamlIlContextBase
|
SetItem |
void |
Inherited from XamlIlContextBase
|
StLocal |
void | |
TryGetItem |
bool |
Inherited from XamlIlContextBase
|