Class SdkSupport
Data class that holds the supported versions of the SDK that can be loaded.
Inherited Members
Namespace: CodeFactory.WinVs.Loader
Assembly: CodeFactory.WinVs.dll
Syntax
public static class SdkSupport
Fields
CodeFactoryAssemblyName
Declaration
public const string CodeFactoryAssemblyName = "CodeFactory"
Field Value
| Type | Description |
|---|---|
| string |
CodeFactorySdkVersionAttributeName
The name of the assembly type for the CodeFactory SDK version attribute.
Declaration
public const string CodeFactorySdkVersionAttributeName = "AssemblyCFSdkVersion"
Field Value
| Type | Description |
|---|---|
| string |
MaxVersion
The maximum version of the SDK that can be loaded and used.
Declaration
public const string MaxVersion = "2.23160.0.1"
Field Value
| Type | Description |
|---|---|
| string |
MinVersion
The minimum version of the SDK that can be loaded and used.
Declaration
public const string MinVersion = "2.23149.0.1"
Field Value
| Type | Description |
|---|---|
| string |
NuGetSdkVersion
The target version of the NuGet package this SDK is deployed from.
Declaration
public const string NuGetSdkVersion = "2.23160.1-PreRelease"
Field Value
| Type | Description |
|---|---|
| string |
Methods
SupportedAssembly(Assembly)
Checks the assembly to see if it was created by a CodeFactory SDK. If so it checks the version to confirms it can be used by the runtime.
Declaration
public static void SupportedAssembly(Assembly sourceAssembly)
Parameters
| Type | Name | Description |
|---|---|---|
| Assembly | sourceAssembly |