Finds a configuration file instance matching the specified arguments, applies all templating transforms and variable replacements, and writes the result to writer.
System.IO.TextWriter to write output text to.
Name of the configuration file.
Instance name of the configuration file.
Log to write errors and warnings to.
True if successful; false if there was a failure. Details are provided via the log argument.
System.ArgumentNullException |
writer is null (Nothing in Visual Basic) or configurationFileName is null (Nothing in Visual Basic) or empty or instanceName is null (Nothing in Visual Basic) or empty. |