Click or drag to resize

StiLicenseLoadFromAssembly Method

[Missing <summary> documentation for "M:Stimulsoft.Base.StiLicense.LoadFromAssembly(System.Reflection.Assembly,System.String)"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static void LoadFromAssembly(
	Assembly a,
	string resourceName = "license.key"
)

Parameters

a
Type: System.ReflectionAssembly

[Missing <param name="a"/> documentation for "M:Stimulsoft.Base.StiLicense.LoadFromAssembly(System.Reflection.Assembly,System.String)"]

resourceName (Optional)
Type: SystemString

[Missing <param name="resourceName"/> documentation for "M:Stimulsoft.Base.StiLicense.LoadFromAssembly(System.Reflection.Assembly,System.String)"]

See Also