_Assembly.GetName Method
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.
Provides COM objects with version-independent access to the GetName methods.
GetName() |
Provides COM objects with version-independent access to the GetName() method. |
GetName(Boolean) |
Provides COM objects with version-independent access to the GetName(Boolean) method. |
This method is for access to managed classes from unmanaged code, and should not be called from managed code.
The GetName methods get an AssemblyName for this assembly.
Provides COM objects with version-independent access to the GetName() method.
public:
System::Reflection::AssemblyName ^ GetName();
public System.Reflection.AssemblyName GetName();
abstract member GetName : unit -> System.Reflection.AssemblyName
Public Function GetName () As AssemblyName
Returns
An AssemblyName for this assembly.
Remarks
This method is for access to managed classes from unmanaged code, and should not be called from managed code.
The GetName method gets an AssemblyName for this assembly.
See also
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Provides COM objects with version-independent access to the GetName(Boolean) method.
public:
System::Reflection::AssemblyName ^ GetName(bool copiedName);
public System.Reflection.AssemblyName GetName(bool copiedName);
abstract member GetName : bool -> System.Reflection.AssemblyName
Public Function GetName (copiedName As Boolean) As AssemblyName
Parameters
- copiedName
- Boolean
true
to set the CodeBase to the location of the assembly after it was shadow copied; false
to set CodeBase to the original location.
Returns
An AssemblyName for this assembly.
Remarks
This method is for access to managed classes from unmanaged code, and should not be called from managed code.
The GetName method gets an AssemblyName for this assembly, setting the codebase as specified by the copiedName
parameter.
See also
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: