Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.
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 .NET Framework System Requirements.
Header: Cor.h
Library: Used as a resource in MsCorEE.dll
.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0