ITypeLoadHelper MembersQuartz.NET API Documentation

The ITypeLoadHelper type exposes the following members.

Methods

  NameDescription
Public methodGetResource
Finds a resource with a given name. This method returns null if no resource with this name is found.
Public methodGetResourceAsStream
Finds a resource with a given name. This method returns null if no resource with this name is found.
Public methodInitialize
Called to give the ClassLoadHelper a chance to Initialize itself, including the oportunity to "steal" the class loader off of the calling thread, which is the thread that is initializing Quartz.
Public methodLoadType
Return the class with the given name.
Top
See Also