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.8+09c2d7a7f0bf2c05495d6305ac56abb150641a86
null if an implementation could not be found.
Assembly: SmallEarthTech.AntPlus.Extensions.Hosting (in SmallEarthTech.AntPlus.Extensions.Hosting.dll) Version: 2.0.8+09c2d7a7f0bf2c05495d6305ac56abb150641a86
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.