Overload List

  NameDescription
Public methodStatic memberLoad<(Of <<'(T>)>>)(Type)
Find and instantiate a challenge handler by the class of ChallengeHandler. the desired class of challenge handler

Return Value

the appropriate ChallengeHandler, or null if no such handler can be found.
Public methodStatic memberLoad(Type)
Public methodStatic memberLoad<(Of <<'(T>)>>)(Type, Assembly)
Public methodStatic memberLoad(Type, Assembly)
Public methodStatic memberLoad<(Of <<'(T>)>>)(Type, String)
Find and instantiate a challenge handler by the class of ChallengeHandler using the provided ClassLoader. the desired class of challenge handlerthe class loader to load the challenge handler

Return Value

the appropriate ChallengeHandler, or NULL if no such handler can be found.
Public methodStatic memberLoad(Type, String)

See Also