XamlILCompiler.

CreateRuntimeContext(XamlDocument, IXamlType, IXamlTypeBuilder<IXamlILEmitter>, string, IXamlType) Method

Namespace
XamlX.IL
Containing Type
XamlILCompiler

Syntax

protected override XamlRuntimeContext<IXamlILEmitter, XamlILNodeEmitResult> CreateRuntimeContext(XamlDocument doc, IXamlType contextType, IXamlTypeBuilder<IXamlILEmitter> namespaceInfoBuilder, string baseUri, IXamlType rootType)

Parameters

Name Type Description
doc XamlDocument
contextType IXamlType
namespaceInfoBuilder IXamlTypeBuilder<IXamlILEmitter>
baseUri string
rootType IXamlType

Return Value