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

GetInstName() private méthode

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