Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 1.34 KB

getassemblyidentityfromfile-function.md

File metadata and controls

63 lines (48 loc) · 1.34 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: GetAssemblyIdentityFromFile Function
GetAssemblyIdentityFromFile Function
03/30/2017
GetAssemblyIdentityFromFile
fusion.dll
clr.dll
mscorwks.dll
COM
GetAssemblyIdentityFromFile
GetAssemblyIdentityFromFile function [.NET Framework fusion]
2c32da53-76c7-4048-84d0-d05207333004
apiref

GetAssemblyIdentityFromFile Function

Gets a pointer to an IUnknown object with the specified IID in the assembly at the specified file path.

Syntax

HRESULT GetAssemblyIdentityFromFile (
    [in]  LPCWSTR   pwzFilePath,
    [in]  REFIID    riid,
    [out] IUnknown  **ppIdentity
 );

Parameters

pwzFilePath [in] A valid path to the requested assembly.

riid [in] The IID of the interface to return.

ppIdentity [out] The returned interface pointer.

Requirements

Platforms: See System Requirements.

Header: Fusion.h

Library:

  • Fusion.dll
  • Clr.dll
  • MSCorWks.dll

.NET Framework Versions: [!INCLUDEnet_current_v20plus]

See also