Method | Description | |
---|---|---|
LoadRenderedFromStream ( Stream stream ) : |
Generates an in-memory representation of a New Relic custom instrumentation XML file from the specified stream.
|
|
Render ( IEnumerable |
Creates an XML-renderable Extension object that represents the instrumentation settings specified by the supplied list of targets.
|
|
RenderToStream ( |
Renders a supplied Extension object to a specified stream as a New Relic-compatible XML document.
|
|
RenderToStream ( IEnumerable |
Renders a supplied collection of instrumentation targets to a specified stream as a New Relic-compatible XML document.
|
Method | Description | |
---|---|---|
GetFriendlyTypeName ( ITypeDetails t ) : string | ||
GetGenericParameterTypeName ( ITypeDetails parameterType, IEnumerable |
||
GetMatchFromType ( ITypeDetails t ) : |
||
GetMatcherFromTarget ( |
public static LoadRenderedFromStream ( Stream stream ) : |
||
stream | Stream | The stream from which the document should be loaded. |
return |
public static Render ( IEnumerable |
||
targets | IEnumerable |
The set of targets to be instrumented. |
return |
public static RenderToStream ( |
||
extension | The Extension object to be rendered. | |
stream | Stream | The stream to which the XML document should be rendered. |
return | void |
public static RenderToStream ( IEnumerable |
||
targets | IEnumerable |
The set of targets to be instrumented. |
stream | Stream | The stream to which the XML document should be rendered. |
return | void |