Demo3D 2022 API Documentation
Demo3D 2022 API Documentation
Demo3D Namespaces
Demo3D.Net Namespaces
Demo3D.Net
Protocol.IRegistry Interface
IRegistry Methods
Find Method
Find Method (IEnumerable(Type), IEnumerable(String))
Find Method (String, IEnumerable(Type))
Protocol
IRegistry
Find Method (String, IEnumerable
Type
)
Finds a protocol by name and services. Returns null if not found.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
Copy
Protocol
?
Find
(
string
name
,
IEnumerable
<
Type
>?
services
)
Parameters
name
Type:
System
String
Name of protocol to find.
services
Type:
System.Collections.Generic
IEnumerable
Type
Services that protocol must provide.
Return Value
Type:
Protocol
The first matching protocol (or null).
See Also
Reference
Protocol
IRegistry Interface
Find Overload
Demo3D.Net Namespace
© Emulate3D Ltd. All rights reserved.
Send comments on this topic to
support@demo3d.com