AsmResolver.X86.X86MethodBody.GetPhysicalLength C# (CSharp) Méthode

GetPhysicalLength() public méthode

public GetPhysicalLength ( ) : uint
Résultat uint
        public override uint GetPhysicalLength()
        {
            return (uint) Instructions.Sum(x => x.ComputeSize());
        }