AsmResolver.BaseRelocationEntry.BaseRelocationEntry C# (CSharp) 메소드

BaseRelocationEntry() 공개 메소드

public BaseRelocationEntry ( BaseRelocationType type, ushort offset )
type BaseRelocationType
offset ushort
        public BaseRelocationEntry(BaseRelocationType type, ushort offset)
        {
            Type = type;
            Offset = offset;
        }