Method GetDescription
| Improve this Doc View SourceGetDescription(Assembly)
Gets the descritpion of the license item, using current thread's culture.
Declaration
public string GetDescription(Assembly assembly)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.Assembly | assembly | The assembly. |
Returns
Type | Description |
---|---|
System.String | The description of the license item. |
GetDescription(Assembly, CultureInfo)
Gets the descritpion of the license item, using specified culture.
Declaration
public string GetDescription(Assembly assembly, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.Assembly | assembly | The assembly. |
System.Globalization.CultureInfo | culture | The specified culture. |
Returns
Type | Description |
---|---|
System.String | The description of the license item. |