ControlBaseAddSearchAssembly Method (Assembly) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Add an assembly to the search list.
Namespace:
Telogis.UI
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static void AddSearchAssembly(
Assembly asm
)
Public Shared Sub AddSearchAssembly (
asm As Assembly
)
Parameters
- asm
- Type: System.ReflectionAssembly
The Assembly to add.
Remarks The search list contains a reference to assemblies (and
associated classes) which may be used to instantiate control objects.
See Also