C# 클래스 Lookup.InterruptTable

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

공개 메소드들

메소드 설명
Add ( InterruptTableEntry intTableEntry ) : void
Get ( int index ) : InterruptTableEntry
InterruptTable ( ) : System

메소드 상세

Add() 공개 메소드

public Add ( InterruptTableEntry intTableEntry ) : void
intTableEntry InterruptTableEntry
리턴 void

Get() 공개 메소드

public Get ( int index ) : InterruptTableEntry
index int
리턴 InterruptTableEntry

InterruptTable() 공개 메소드

public InterruptTable ( ) : System
리턴 System