Show / Hide Table of Contents

Method GetDescription

| Improve this Doc View Source

GetDescription(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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest