Compilation.CreateDefaultWin32Resources Method
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.
Create a stream filled with default win32 resources.
public:
System::IO::Stream ^ CreateDefaultWin32Resources(bool versionResource, bool noManifest, System::IO::Stream ^ manifestContents, System::IO::Stream ^ iconInIcoFormat);
public System.IO.Stream CreateDefaultWin32Resources (bool versionResource, bool noManifest, System.IO.Stream manifestContents, System.IO.Stream iconInIcoFormat);
public System.IO.Stream CreateDefaultWin32Resources (bool versionResource, bool noManifest, System.IO.Stream? manifestContents, System.IO.Stream? iconInIcoFormat);
member this.CreateDefaultWin32Resources : bool * bool * System.IO.Stream * System.IO.Stream -> System.IO.Stream
Public Function CreateDefaultWin32Resources (versionResource As Boolean, noManifest As Boolean, manifestContents As Stream, iconInIcoFormat As Stream) As Stream
Parameters
- versionResource
- Boolean
- noManifest
- Boolean
- manifestContents
- Stream
- iconInIcoFormat
- Stream
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.