This topic has not yet been rated - Rate this topic

_Assembly.Location Property

Provides COM objects with version-independent access to the Location property.

This property is not CLS-compliant.  

Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)

string Location { get; }
/** @property */
String get_Location ()

function get Location () : String

Not applicable.

Property Value

The location of the loaded file that contains the manifest. If the loaded file was shadow-copied, the location is that of the file after being shadow-copied. If the assembly is loaded from a byte array, such as when using the Load(Byte[]) method overload, the value returned is an empty string ("").

This method is for access to managed classes from unmanaged code, and should not be called from managed code.

The Location property gets the path or Universal Naming Convention (UNC) location of the loaded file that contains the manifest.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.