AssemblyIdentity.FromAssemblyName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parses string to obtain an assembly identity. Returns null if identity could not be obtained.
public:
static Microsoft::Build::Tasks::Deployment::ManifestUtilities::AssemblyIdentity ^ FromAssemblyName(System::String ^ assemblyName);
public static Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity FromAssemblyName (string assemblyName);
static member FromAssemblyName : string -> Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity
Public Shared Function FromAssemblyName (assemblyName As String) As AssemblyIdentity
Parameters
- assemblyName
- String
The full name of the assembly, also known as the display name.
Returns
The resulting assembly identity.