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.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
null if an implementation could not be found.
Assembly: SmallEarthTech.AntPlus.Extensions.Hosting (in SmallEarthTech.AntPlus.Extensions.Hosting.dll) Version: 2.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
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.