PERWAPI.LocalBinding.GetInstName C# (CSharp) Méthode

GetInstName() private méthode

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