Manifest.InputStream Property
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.
The input stream from which the manifest was read. Used by ManifestWriter to reconstitute input which is not represented in the object representation.
public:
property System::IO::Stream ^ InputStream { System::IO::Stream ^ get(); void set(System::IO::Stream ^ value); };
public System.IO.Stream InputStream { get; set; }
public System.IO.Stream InputStream { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.InputStream : System.IO.Stream with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.InputStream : System.IO.Stream with get, set
Public Property InputStream As Stream
Property Value
A Stream object representing the input stream from which the manifest was read.
- Attributes
Remarks
ManifestWriter uses this property to reconstitute input that is not represented in the object representation.