C# Class Dev2.Reflection.GACAssemblyName

显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Properties

Property Type Description
EmptyNames Dev2.Reflection.GACAssemblyName[]

Public Methods

Method Description
GACAssemblyName ( string displayName ) : System
ToString ( ) : string

Method Details

GACAssemblyName() public method

public GACAssemblyName ( string displayName ) : System
displayName string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

EmptyNames public_oe static_oe property

public static GACAssemblyName[],Dev2.Reflection EmptyNames
return Dev2.Reflection.GACAssemblyName[]