Files
Grégoire Geis 0ab2b81261 Refactor to target .NET Standard 1.1 (#344)
* Refactor to target .NET Standard 1.1

* Added Nuget details to .csproj

* Reviewed Engine methods and docs; added own Exception type.

* Added migration guide for .NET bindings.
2018-08-02 10:49:31 +08:00

10 lines
248 B
C#

// For Keystone Engine. AUTO-GENERATED FILE, DO NOT EDIT [ppcConstants.cs]
namespace Keystone
{
public enum PpcError : short
{
KS_ERR_ASM_PPC_INVALIDOPERAND = 512,
KS_ERR_ASM_PPC_MISSINGFEATURE = 513,
KS_ERR_ASM_PPC_MNEMONICFAIL = 514,
}
}