OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Framework.IRegistryCore Interface Reference
Inheritance diagram for OpenSim.Framework.IRegistryCore:
Inheritance graph
[legend]

Public Member Functions

Get< T > ()
 
void RegisterInterface< T > (T iface)
 
bool TryGet< T > (out T iface)
 
void StackModuleInterface< M > (M mod)
 
T[] RequestModuleInterfaces< T > ()
 

Detailed Description

Definition at line 34 of file IRegistryCore.cs.

Member Function Documentation

T OpenSim.Framework.IRegistryCore.Get< T > ( )
void OpenSim.Framework.IRegistryCore.RegisterInterface< T > ( iface)
T [] OpenSim.Framework.IRegistryCore.RequestModuleInterfaces< T > ( )
void OpenSim.Framework.IRegistryCore.StackModuleInterface< M > ( mod)
bool OpenSim.Framework.IRegistryCore.TryGet< T > ( out T  iface)

The documentation for this interface was generated from the following file: