Sha256: 3be1c92682b9ccab3642deea1dbe6cd0f2d1d81dd0b2e83878476842da685040
Contents?: true
Size: 830 Bytes
Versions: 9
Compression:
Stored size: 830 Bytes
Contents
from enum import Enum class CommandType(Enum): Value = 0 LoadLibrary = 1 InvokeStaticMethod = 2 GetStaticField = 3 SetStaticField = 4 CreateClassInstance = 5 GetType = 6 Reference = 7 GetModule = 8 InvokeInstanceMethod = 9 Exception = 10 HeartBeat = 11 Cast = 12 GetInstanceField = 13 Optimize = 14 GenerateLib = 15 InvokeGlobalMethod = 16 DestructReference = 17 ArrayReference = 18 ArrayGetItem = 19 ArrayGetSize = 20 ArrayGetRank = 21 ArraySetItem = 22 Array = 23 RetrieveArray = 24 SetInstanceField = 25 InvokeGenericStaticMethod = 26 InvokeGenericMethod = 27 GetEnumItem = 28 GetEnumName = 29 GetEnumValue = 30 AsRef = 31 AsOut = 32 GetRefValue = 33
Version data entries
9 entries across 9 versions & 1 rubygems