Overload List
Name | Description | |
---|---|---|
![]() ![]() | Load<(Of <<'(T>)>>)(Type) |
Find and instantiate a challenge handler by the class of ChallengeHandler.
the desired class of challenge handler Return Valuethe appropriate ChallengeHandler, or null if no such handler can be found. |
![]() ![]() | Load(Type) | |
![]() ![]() | Load<(Of <<'(T>)>>)(Type, Assembly) | |
![]() ![]() | Load(Type, Assembly) | |
![]() ![]() | Load<(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 Valuethe appropriate ChallengeHandler, or NULL if no such handler can be found. |
![]() ![]() | Load(Type, String) |