Defines the methods used to manage Registration of functions or instances which will be used to resolve instances of specified types, either without or without a distinguishing name.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Interface IDependencyRegistrar |
| C# | |
|---|
public interface IDependencyRegistrar |
| Delphi | |
|---|
public interface IDependencyRegistrar |
| JScript | |
|---|
public interface IDependencyRegistrar |
| Managed Extensions for C++ | |
|---|
public __gc __interface IDependencyRegistrar |
| C++/CLI | |
|---|
public interface class IDependencyRegistrar |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also