NTRDebuggerTool.Objects.GateSharkCode.ParseCode C# (CSharp) Méthode

ParseCode() public méthode

public ParseCode ( string code ) : void
code string
Résultat void
        public void ParseCode(string code)
        {
            operation = new GateSharkCodeOperation();
            operation.operationType = OperationType.TopLevelOperation;
            operation.ParseCode(code, this);
        }