.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// PkgCmdID.cs |
|
// MUST match PkgCmdID.h |
|
using System; |
|
|
|
namespace ICSharpCode.ILSpy.AddIn |
|
{ |
|
static class PkgCmdIDList |
|
{ |
|
public const uint cmdidOpenILSpy = 0x100; |
|
public const uint cmdidOpenReferenceInILSpy = 0x200; |
|
public const uint cmdidOpenProjectOutputInILSpy = 0x300; |
|
}; |
|
} |