- Namespace
- XamlX
.IL - Base Types
graph BT
Type-->Base0["XamlEmitContextWithLocals<IXamlILEmitter, XamlILNodeEmitResult>"]
Base0-->Base1["XamlEmitContext<IXamlILEmitter, XamlILNodeEmitResult>"]
Base1-->Base2["XamlContextBase"]
click Base2 "/api/XamlX.Transform/XamlContextBase"
Base2-->Base3["object"]
Type["ILEmitContext"]
class Type type-node
Syntax
public class ILEmitContext : XamlEmitContextWithLocals<IXamlILEmitter, XamlILNodeEmitResult>
Constructors
Properties
Name | Value | Summary |
---|---|---|
EnableIlVerification | bool |
Methods
Name | Value | Summary |
---|---|---|
EmitConvert |
void | |
EmitNode |
XamlILNodeEmitResult | |
EmitNodeCore |
XamlILNodeEmitResult | |
GetItem |
T |
Inherited from XamlContextBase
|
GetOrCreateItem |
T |
Inherited from XamlContextBase
|
LoadLocalValue |
void | |
ParentNodes |
IEnumerable |
Inherited from XamlContextBase
|
PopParent |
IXamlAstNode |
Inherited from XamlContextBase
|
PushParent |
void |
Inherited from XamlContextBase
|
SetItem |
void |
Inherited from XamlContextBase
|
TryGetItem |
bool |
Inherited from XamlContextBase
|