System.ComponentModel.LicenseManager.LicenseInteropHelper.CLRLicenseContext.CLRLicenseContext C# (CSharp) Method

CLRLicenseContext() public method

public CLRLicenseContext ( LicenseUsageMode usageMode, Type type ) : System.Runtime.InteropServices
usageMode LicenseUsageMode
type System.Type
return System.Runtime.InteropServices
                public CLRLicenseContext(LicenseUsageMode usageMode, Type type)
                {
                    _usageMode = usageMode;
                    _type = type;
                }
LicenseManager.LicenseInteropHelper.CLRLicenseContext