Reko.Core.DefaultPlatform.GetTrampolineDestination C# (CSharp) Méthode

GetTrampolineDestination() public méthode

public GetTrampolineDestination ( Reko.Core.ImageReader imageReader, IRewriterHost host ) : Reko.Core.ProcedureBase
imageReader Reko.Core.ImageReader
host IRewriterHost
Résultat Reko.Core.ProcedureBase
        public override ProcedureBase GetTrampolineDestination(ImageReader imageReader, IRewriterHost host)
        {
            // No trampolines are supported.
            return null;
        }