NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ResourceManager.MagicNumber

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;

See Also

ResourceManager Class | ResourceManager Members | System.Resources Namespace