ISelect ImplementationSelect Implementation Type Method
Selects the type of the implementation.
Definition
Namespace: SmallEarthTech.AntPlus.Extensions.Hosting
Assembly: SmallEarthTech.AntPlus.Extensions.Hosting (in SmallEarthTech.AntPlus.Extensions.Hosting.dll) Version: 2.0.5+bee07ae1f518f90000e3a8eef95ac61052778db9
null if an implementation could not be found.
Assembly: SmallEarthTech.AntPlus.Extensions.Hosting (in SmallEarthTech.AntPlus.Extensions.Hosting.dll) Version: 2.0.5+bee07ae1f518f90000e3a8eef95ac61052778db9
C#
Type? SelectImplementationType(
byte[] page
)VB
Function SelectImplementationType (
page As Byte()
) As TypeC++
Type^ SelectImplementationType(
array<unsigned char>^ page
)F#
abstract SelectImplementationType :
page : byte[] -> Type Parameters
- page Byte
- The data page used to pick an implementation.
Return Value
Typenull if an implementation could not be found.