PERWAPI.CloseScope.GetInstName C# (CSharp) Method

GetInstName() private method

Provide access to the name of this instruction.
private GetInstName ( ) : string
return string
        internal override string GetInstName()
        {
            return "debug - close scope";
        }