.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
 
 
 
 

13 lines
302 B

// PkgCmdID.cs
// MUST match PkgCmdID.h
using System;
namespace ICSharpCode.ILSpy.AddIn
{
static class PkgCmdIDList
{
public const uint cmdidOpenILSpy = 0x100;
public const uint cmdidOpenInILSpy = 0x200;
public const uint cmdidOpenDefinitionInILSpy = 0x300;
};
}