C# 클래스 SharpOS.Kernel.DeviceSystem.PCI.PCIBaseAddress

파일 보기 프로젝트 열기: sharpos/SharpOS 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
address uint
prefetchable bool
region AddressRegion
size uint

공개 메소드들

메소드 설명
PCIBaseAddress ( uint address, uint size, AddressRegion region, bool prefetchable ) : System
ToString ( ) : string

메소드 상세

PCIBaseAddress() 공개 메소드

public PCIBaseAddress ( uint address, uint size, AddressRegion region, bool prefetchable ) : System
address uint
size uint
region AddressRegion
prefetchable bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

address 보호되어 있는 프로퍼티

protected uint address
리턴 uint

prefetchable 보호되어 있는 프로퍼티

protected bool prefetchable
리턴 bool

region 보호되어 있는 프로퍼티

protected AddressRegion region
리턴 AddressRegion

size 보호되어 있는 프로퍼티

protected uint size
리턴 uint