XamlIlCompiler.

Compile(XamlIlDocument, IXamlIlTypeBuilder, IXamlIlType, string, string, string, string, IFileSource) Method

Namespace
XamlIl.Transform
Containing Type
XamlIlCompiler

Syntax

public void Compile(XamlIlDocument doc, IXamlIlTypeBuilder typeBuilder, IXamlIlType contextType, string populateMethodName, string createMethodName, string namespaceInfoClassName, string baseUri, IFileSource fileSource)

Parameters

Name Type Description
doc XamlIlDocument
typeBuilder IXamlIlTypeBuilder
contextType IXamlIlType
populateMethodName string
createMethodName string
namespaceInfoClassName string
baseUri string
fileSource IFileSource

Return Value

Type Description
void