1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446
|
<?xml version="1.0" encoding="utf-8"?>
<Type Name="MetaData" FullName="System.Runtime.Remoting.MetadataServices.MetaData">
<TypeSignature Language="C#" Value="public class MetaData" Maintainer="auto" />
<AssemblyInfo>
<AssemblyName>System.Runtime.Remoting</AssemblyName>
<AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey>
<AssemblyVersion>1.0.3300.0</AssemblyVersion>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="T:System.Runtime.Remoting.MetadataServices.MetaData" /> class provides methods that allow you to generate Web Services Description Language (WSDL) from type information, convert an XML Schema into a code stream, and compile the code stream into an assembly. This functionality is also present in the <format type="text/html"><a href="40F6F8C8-B80C-4E9F-A920-31BCD0CF45C5">[<topic://cpgrfsoapsudsutilitysoapsudsexe>]</a></format>.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Provides methods that allow you to work with XML schema.</para>
</summary>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public MetaData ();" />
<MemberType>Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs>
<remarks>To be added</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Creates an instance of <see cref="T:System.Runtime.Remoting.MetadataServices.MetaData" />.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="ConvertCodeSourceFileToAssemblyFile">
<MemberSignature Language="C#" Value="public static void ConvertCodeSourceFileToAssemblyFile (string codePath, string assemblyPath, string strongNameFilename);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="codePath" Type="System.String" />
<Parameter Name="assemblyPath" Type="System.String" />
<Parameter Name="strongNameFilename" Type="System.String" />
</Parameters>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>For additional information on strong names, see <format type="text/html"><a href="D4A80263-F3E0-4D81-9B61-F0CBEAE3797B">Strong-Named Assemblies</a></format>.</para>
<block subset="none" type="note">
<para>If a file with the specified name already exists, it is overwritten.</para>
</block>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Compiles a specified code source file into a runtime assembly file.</para>
</summary>
<param name="codePath">
<attribution license="cc4" from="Microsoft" modified="false" />The path to the file that contains the source code. </param>
<param name="assemblyPath">
<attribution license="cc4" from="Microsoft" modified="false" />The location where the new run-time assembly is generated. </param>
<param name="strongNameFilename">
<attribution license="cc4" from="Microsoft" modified="false" />The strong name to compile into the new assembly. Can be <see cref="F:System.String.Empty" />. </param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="ConvertCodeSourceStreamToAssemblyFile">
<MemberSignature Language="C#" Value="public static void ConvertCodeSourceStreamToAssemblyFile (System.Collections.ArrayList outCodeStreamList, string assemblyPath, string strongNameFilename);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="outCodeStreamList" Type="System.Collections.ArrayList" />
<Parameter Name="assemblyPath" Type="System.String" />
<Parameter Name="strongNameFilename" Type="System.String" />
</Parameters>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>For additional information on strong names, see <format type="text/html"><a href="D4A80263-F3E0-4D81-9B61-F0CBEAE3797B">Strong-Named Assemblies</a></format>.</para>
<block subset="none" type="note">
<para>If a file with the specified name already exists, it is overwritten.</para>
</block>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Compiles specified code source streams into a run-time assembly file.</para>
</summary>
<param name="outCodeStreamList">
<attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Collections.ArrayList" /> of streams with the source code. </param>
<param name="assemblyPath">
<attribution license="cc4" from="Microsoft" modified="false" />The location where the new run-time assembly is generated. </param>
<param name="strongNameFilename">
<attribution license="cc4" from="Microsoft" modified="false" />The strong name to compile into the new run-time assembly. Can be <see cref="F:System.String.Empty" />. </param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="ConvertSchemaStreamToCodeSourceStream">
<MemberSignature Language="C#" Value="public static void ConvertSchemaStreamToCodeSourceStream (bool clientProxy, string outputDirectory, System.IO.Stream inputStream, System.Collections.ArrayList outCodeStreamList);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="clientProxy" Type="System.Boolean" />
<Parameter Name="outputDirectory" Type="System.String" />
<Parameter Name="inputStream" Type="System.IO.Stream" />
<Parameter Name="outCodeStreamList" Type="System.Collections.ArrayList" />
</Parameters>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<block subset="none" type="note">
<para>If files with the specified names already exist, they are overwritten.</para>
</block>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Converts the specified schema definition into C# proxy source code.</para>
</summary>
<param name="clientProxy">
<attribution license="cc4" from="Microsoft" modified="false" />Indicates the type of proxy to generate. If true, generates a simple proxy (also known as wrapped proxy) that automatically loads the channels, exposes all the methods of the remote object, and provides access to the channel properties. If false, generates a transparent proxy that exposes all the methods of the remote object. </param>
<param name="outputDirectory">
<attribution license="cc4" from="Microsoft" modified="false" />The directory where the new C# source code files with the proxy are created. </param>
<param name="inputStream">
<attribution license="cc4" from="Microsoft" modified="false" />The input stream that contains the schema definition in Web Services Description Language (WSDL) format. </param>
<param name="outCodeStreamList">
<attribution license="cc4" from="Microsoft" modified="false" />The list of file names for the code streams that are generated. Note that the <see cref="M:System.Runtime.Remoting.MetadataServices.MetaData.ConvertSchemaStreamToCodeSourceStream(System.Boolean,System.String,System.IO.Stream,System.Collections.ArrayList,System.String,System.String)" /> method can create multiple source code streams. </param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="ConvertSchemaStreamToCodeSourceStream">
<MemberSignature Language="C#" Value="public static void ConvertSchemaStreamToCodeSourceStream (bool clientProxy, string outputDirectory, System.IO.Stream inputStream, System.Collections.ArrayList outCodeStreamList, string proxyUrl);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="clientProxy" Type="System.Boolean" />
<Parameter Name="outputDirectory" Type="System.String" />
<Parameter Name="inputStream" Type="System.IO.Stream" />
<Parameter Name="outCodeStreamList" Type="System.Collections.ArrayList" />
<Parameter Name="proxyUrl" Type="System.String" />
</Parameters>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<block subset="none" type="note">
<para>If files with the specified names already exist, they are overwritten.</para>
</block>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Converts the specified schema definition into C# proxy source code for a remote object that is located at the specified URL.</para>
</summary>
<param name="clientProxy">
<attribution license="cc4" from="Microsoft" modified="false" />Indicates the type of proxy to generate. If true, generates a simple proxy (also known as wrapped proxy) that automatically loads the channels, exposes all the methods of the remote object, and provides access to the channel properties. If false, generates a transparent proxy that exposes all the methods of the remote object. </param>
<param name="outputDirectory">
<attribution license="cc4" from="Microsoft" modified="false" />The directory where the new C# source code files with the proxy are created. </param>
<param name="inputStream">
<attribution license="cc4" from="Microsoft" modified="false" />The input stream that contains the schema definition in Web Services Description Language (WSDL) format. </param>
<param name="outCodeStreamList">
<attribution license="cc4" from="Microsoft" modified="false" />The list of file names for the code streams that are generated. Note that the <see cref="M:System.Runtime.Remoting.MetadataServices.MetaData.ConvertSchemaStreamToCodeSourceStream(System.Boolean,System.String,System.IO.Stream,System.Collections.ArrayList,System.String,System.String)" /> method can create multiple source code streams. </param>
<param name="proxyUrl">
<attribution license="cc4" from="Microsoft" modified="false" />The URL where the target remote object that is represented by the new proxy will be located. </param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="ConvertSchemaStreamToCodeSourceStream">
<MemberSignature Language="C#" Value="public static void ConvertSchemaStreamToCodeSourceStream (bool clientProxy, string outputDirectory, System.IO.Stream inputStream, System.Collections.ArrayList outCodeStreamList, string proxyUrl, string proxyNamespace);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="clientProxy" Type="System.Boolean" />
<Parameter Name="outputDirectory" Type="System.String" />
<Parameter Name="inputStream" Type="System.IO.Stream" />
<Parameter Name="outCodeStreamList" Type="System.Collections.ArrayList" />
<Parameter Name="proxyUrl" Type="System.String" />
<Parameter Name="proxyNamespace" Type="System.String" />
</Parameters>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<block subset="none" type="note">
<para>If files with the specified names already exist, they are overwritten.</para>
</block>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Converts the specified schema definition into C# proxy source code for a remote object that is located at the specified URL and in the provided class namespace.</para>
</summary>
<param name="clientProxy">
<attribution license="cc4" from="Microsoft" modified="false" />Indicates the type of proxy to generate. If true, generates a simple proxy (also known as wrapped proxy) that automatically loads the channels, exposes all the methods of the remote object, and provides access to the channel properties. If false, generates a transparent proxy that exposes all the methods of the remote object. </param>
<param name="outputDirectory">
<attribution license="cc4" from="Microsoft" modified="false" />The directory where the new C# source code files with the proxy are created. </param>
<param name="inputStream">
<attribution license="cc4" from="Microsoft" modified="false" />The input stream containing the schema definition in Web Services Description Language (WSDL) format. </param>
<param name="outCodeStreamList">
<attribution license="cc4" from="Microsoft" modified="false" />The list of file names for the code streams that are generated. Note that the <see cref="M:System.Runtime.Remoting.MetadataServices.MetaData.ConvertSchemaStreamToCodeSourceStream(System.Boolean,System.String,System.IO.Stream,System.Collections.ArrayList,System.String,System.String)" /> method can create multiple source code streams. </param>
<param name="proxyUrl">
<attribution license="cc4" from="Microsoft" modified="false" />The URL where the target remote object that is represented by the new proxy will be located. </param>
<param name="proxyNamespace">
<attribution license="cc4" from="Microsoft" modified="false" />The namespace of the newly created proxy. </param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="ConvertTypesToSchemaToFile">
<MemberSignature Language="C#" Value="public static void ConvertTypesToSchemaToFile (System.Runtime.Remoting.MetadataServices.ServiceType[] servicetypes, System.Runtime.Remoting.MetadataServices.SdlType sdltype, string path);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="servicetypes" Type="System.Runtime.Remoting.MetadataServices.ServiceType[]" />
<Parameter Name="sdltype" Type="System.Runtime.Remoting.MetadataServices.SdlType" />
<Parameter Name="path" Type="System.String" />
</Parameters>
<Docs>
<param name="servicetypes">To be added.</param>
<param name="sdltype">To be added.</param>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>A <see cref="T:System.Runtime.Remoting.MetadataServices.ServiceType" /> instance allows you to associate a URL with an object <see cref="T:System.Type" />.</para>
<block subset="none" type="note">
<para>If a file with the specified name already exists, it is overwritten.</para>
</block>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Converts the specified service types to XML schema, and writes it to a file that is specified by name.</para>
</summary>
<param name="path">
<attribution license="cc4" from="Microsoft" modified="false" />The path of the XML file. </param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="ConvertTypesToSchemaToFile">
<MemberSignature Language="C#" Value="public static void ConvertTypesToSchemaToFile (Type[] types, System.Runtime.Remoting.MetadataServices.SdlType sdltype, string path);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="types" Type="System.Type[]" />
<Parameter Name="sdltype" Type="System.Runtime.Remoting.MetadataServices.SdlType" />
<Parameter Name="path" Type="System.String" />
</Parameters>
<Docs>
<param name="sdltype">To be added.</param>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<block subset="none" type="note">
<para>If a file with the specified name already exists, it is overwritten.</para>
</block>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Converts the specified object types to XML schema, and writes it to a file that is specified by name.</para>
</summary>
<param name="types">
<attribution license="cc4" from="Microsoft" modified="false" />The object types to convert to XML schema. </param>
<param name="path">
<attribution license="cc4" from="Microsoft" modified="false" />The path of the XML file. </param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="ConvertTypesToSchemaToStream">
<MemberSignature Language="C#" Value="public static void ConvertTypesToSchemaToStream (System.Runtime.Remoting.MetadataServices.ServiceType[] servicetypes, System.Runtime.Remoting.MetadataServices.SdlType sdltype, System.IO.Stream stream);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="servicetypes" Type="System.Runtime.Remoting.MetadataServices.ServiceType[]" />
<Parameter Name="sdltype" Type="System.Runtime.Remoting.MetadataServices.SdlType" />
<Parameter Name="stream" Type="System.IO.Stream" />
</Parameters>
<Docs>
<param name="servicetypes">To be added.</param>
<param name="sdltype">To be added.</param>
<param name="stream">To be added.</param>
<param name="outputStream">To be added: an object of type 'IO.Stream'</param>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>A <see cref="T:System.Runtime.Remoting.MetadataServices.ServiceType" /> instance allows you to associate a URL with an object <see cref="T:System.Type" />.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Converts the specified service types to XML schema, and writes it to a specified stream.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="ConvertTypesToSchemaToStream">
<MemberSignature Language="C#" Value="public static void ConvertTypesToSchemaToStream (Type[] types, System.Runtime.Remoting.MetadataServices.SdlType sdltype, System.IO.Stream stream);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="types" Type="System.Type[]" />
<Parameter Name="sdltype" Type="System.Runtime.Remoting.MetadataServices.SdlType" />
<Parameter Name="stream" Type="System.IO.Stream" />
</Parameters>
<Docs>
<param name="sdltype">To be added.</param>
<param name="stream">To be added.</param>
<remarks>To be added</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Converts the specified object types to XML schema, and writes it to a specified stream.</para>
</summary>
<param name="types">
<attribution license="cc4" from="Microsoft" modified="false" />The object types to convert to XML schema. </param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="RetrieveSchemaFromUrlToFile">
<MemberSignature Language="C#" Value="public static void RetrieveSchemaFromUrlToFile (string url, string path);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="url" Type="System.String" />
<Parameter Name="path" Type="System.String" />
</Parameters>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<block subset="none" type="note">
<para>If a file with the specified name already exists, it is overwritten.</para>
</block>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Downloads the XML schema from a URL, and writes it to the specified file.</para>
</summary>
<param name="url">
<attribution license="cc4" from="Microsoft" modified="false" />The URL where the XML schema is located. </param>
<param name="path">
<attribution license="cc4" from="Microsoft" modified="false" />The path of the file that the schema is written to. </param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="RetrieveSchemaFromUrlToStream">
<MemberSignature Language="C#" Value="public static void RetrieveSchemaFromUrlToStream (string url, System.IO.Stream outputStream);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="url" Type="System.String" />
<Parameter Name="outputStream" Type="System.IO.Stream" />
</Parameters>
<Docs>
<remarks>To be added</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Downloads the XML schema from a URL, and writes it to the specified stream.</para>
</summary>
<param name="url">
<attribution license="cc4" from="Microsoft" modified="false" />The URL where the XML schema is located. </param>
<param name="outputStream">
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.IO.Stream" /> that the schema is written to. </param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="SaveStreamToFile">
<MemberSignature Language="C#" Value="public static void SaveStreamToFile (System.IO.Stream inputStream, string path);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="inputStream" Type="System.IO.Stream" />
<Parameter Name="path" Type="System.String" />
</Parameters>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<block subset="none" type="note">
<para>If a file with the specified name already exists, it is overwritten.</para>
</block>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Saves the input stream to a file with the specified name.</para>
</summary>
<param name="inputStream">
<attribution license="cc4" from="Microsoft" modified="false" />The stream to write to the specified file. </param>
<param name="path">
<attribution license="cc4" from="Microsoft" modified="false" />The file that the input stream is written to. </param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>
|