Edit

Share via


AssemblyNameInfo.ToAssemblyName Method

Definition

Initializes a new instance of the AssemblyName class based on the stored information.

public:
 System::Reflection::AssemblyName ^ ToAssemblyName();
public System.Reflection.AssemblyName ToAssemblyName();
member this.ToAssemblyName : unit -> System.Reflection.AssemblyName
Public Function ToAssemblyName () As AssemblyName

Returns

Remarks

Do not create an AssemblyName instance with CultureName string unless you know the string has originated from a trustworthy source.

Applies to