C# Class SharpOS.Kernel.ADC.SimpleEventDispatch.Dispatch

Mostra file Open project: sharpos/SharpOS

Public Properties

Property Type Description
address uint
obj object

Public Methods

Method Description
Dispatch ( object obj, uint address ) : System

Method Details

Dispatch() public method

public Dispatch ( object obj, uint address ) : System
obj object
address uint
return System

Property Details

address public_oe property

public uint address
return uint

obj public_oe property

public object obj
return object