C# 클래스 dnSpy.AsmEditor.Hex.PE.FlagsHexField

상속: HexField
파일 보기 프로젝트 열기: 0xd4d/dnSpy

공개 메소드들

메소드 설명
Add ( HexBitField bitField ) : void

보호된 메소드들

메소드 설명
FlagsHexField ( HexBuffer buffer, string parentName, string name, HexPosition start, int size ) : System
OnBufferChanged ( object newValue ) : void
OnUpdateValue ( ) : void
WriteNewValue ( ulong newValue ) : void

비공개 메소드들

메소드 설명
GetBitField ( int bit ) : HexBitField
SetValue ( HexBitField bitField, ulong val ) : void
ToUInt64 ( object o ) : ulong
UpdateFields ( object newValue ) : void
Updated ( HexBitField bitField ) : void

메소드 상세

Add() 공개 메소드

public Add ( HexBitField bitField ) : void
bitField HexBitField
리턴 void

FlagsHexField() 보호된 메소드

protected FlagsHexField ( HexBuffer buffer, string parentName, string name, HexPosition start, int size ) : System
buffer dnSpy.Contracts.Hex.HexBuffer
parentName string
name string
start HexPosition
size int
리턴 System

OnBufferChanged() 보호된 메소드

protected OnBufferChanged ( object newValue ) : void
newValue object
리턴 void

OnUpdateValue() 보호된 메소드

protected OnUpdateValue ( ) : void
리턴 void

WriteNewValue() 보호된 추상적인 메소드

protected abstract WriteNewValue ( ulong newValue ) : void
newValue ulong
리턴 void