SdkConfiguration Constructor(Assembly)
Initializes a new instance of the SdkConfiguration class that reads information from the specified Assembly.

C# Syntax

public SdkConfiguration( 
   Assembly assembly
)

Parameters

assembly
The Assembly containing the Exe application information.
Exceptions
ExceptionDescription
System.ArgumentNullException