INetadminResolverResolveAll Method (Type) |
[This is preliminary documentation and is subject to change.]
Returns all registered implementations of type
Namespace: Netadmin.CoreAssembly: Netadmin.Core (in Netadmin.Core.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable<Object> ResolveAll(
Type type
)
Function ResolveAll (
type As Type
) As IEnumerable(Of Object)
Parameters
- type
- Type: SystemType
[Missing <param name="type"/> documentation for "M:Netadmin.Core.INetadminResolver.ResolveAll(System.Type)"]
Return Value
Type:
IEnumerableObject[Missing <returns> documentation for "M:Netadmin.Core.INetadminResolver.ResolveAll(System.Type)"]
See Also