Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Overload List

  NameDescription
IsUserType(Object)
Determine if the given object is of a user type known to this IPofContext.
(Overrides ConfigurablePofContext..::.IsUserType(Object).)
IsUserType(String)
Determine if the type with the given name is a user type known to this IPofContext.
(Overrides ConfigurablePofContext..::.IsUserType(String).)
IsUserType(Type)
Determine if the given type is a user type known to this IPofContext.
(Overrides ConfigurablePofContext..::.IsUserType(Type).)

See Also