Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Overload List

  NameDescription
IsUserType(Object)
Determine if the given object is of a user type known to this IPofContext.
(Inherited from ConfigurablePofContext.)
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