IMetaDataDispenserEx::GetCORSystemDirectory Method
Gets the directory that holds the current common language runtime (CLR). This method is supported only for use by out-of-process debuggers. If called from another component, it will return E_NOTIMPL.
Syntax
HRESULT GetCORSystemDirectory (
[out] LPWSTR szBuffer,
[in] DWORD cchBuffer,
[out] DWORD* pchBuffer
);
Parameters
szBuffer
[out] The buffer to receive the directory name.
cchBuffer
[in] The size, in bytes, of szBuffer
.
pchBuffer
[out] The number of bytes actually returned in szBuffer
.
Requirements
Platform: See System Requirements.
Header: Cor.h
Library: Used as a resource in MsCorEE.dll
.NET Framework Versions: Available since 1.0
See also
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.