BTFDasmTranslatorStream Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
BTFDasmTranslatorStream(Microsoft::BizTalk::Component::Interop::IPipelineContext ^ pipelineContext, System::IO::Stream ^ data, System::String ^ oldNamespace, System::String ^ newNamespace, System::Text::Encoding ^ encoding);
public BTFDasmTranslatorStream (Microsoft.BizTalk.Component.Interop.IPipelineContext pipelineContext, System.IO.Stream data, string oldNamespace, string newNamespace, System.Text.Encoding encoding);
new Microsoft.BizTalk.Component.BTFDasmTranslatorStream : Microsoft.BizTalk.Component.Interop.IPipelineContext * System.IO.Stream * string * string * System.Text.Encoding -> Microsoft.BizTalk.Component.BTFDasmTranslatorStream
Parameters
- pipelineContext
- IPipelineContext
- data
- Stream
- oldNamespace
- String
- newNamespace
- String
- encoding
- Encoding