Compilation.CreateDefaultWin32Resources Method

Definition

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