The Method class is the base class of all method types supported by the OMF. It provodes a single interface that allows the invocation of the method. There are two primary derived types of this method: System methods which are built on function pointers and User methods which are classes that must be instantiated and assigned to an object.