PERWAPI.LocalBinding.GetInstName C# (CSharp) Method

GetInstName() private method

Get the name of this instruction.
private GetInstName ( ) : string
return string
        internal override string GetInstName()
        {
            return "debug - local binding";
        }