Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the native image that corresponds to the managed assembly in the current metadata scope.
HRESULT GetNativeAssemblyDef (
[out] CORCOMPILE_NGEN_SIGNATURE *pNativeSign
);
Parameters
- pNativeSign
[out] A pointer to the signature for the native image that corresponds to the managed assembly in the current metadata scope.
Return Value
HRESULT |
Description |
---|---|
S_OK |
GetNativeAssemblyDef returned successfully. |
INVALID_NGEN_SIGNATURE |
No hard-bound native image signature exists for the managed assembly in the current metadata scope. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: Cor.h
Library: Used as a resource in MsCorEE.dll
.NET Framework Version: 2.0