Holds the number used to identify resource files. The value is set to 0xBEEFCACE. The first four bytes of the system default file format contain a 32-bit signed integer in little-endian format (see the TBD).
[Visual Basic] Public Const MagicNumber As Integer [C#] public const int MagicNumber; [C++] public: const int MagicNumber; [JScript] public var MagicNumber : int;
ResourceManager Class | ResourceManager Members | System.Resources Namespace