ICLRDebuggingLibraryProvider.ProvideLibrary(String, Int32, Int32, IntPtr) Método

Definição

Fornece uma biblioteca de depuração específica de versão

public:
 int ProvideLibrary(System::String ^ fileName, int timestamp, int sizeOfImage, [Runtime::InteropServices::Out] IntPtr % hModule);
public int ProvideLibrary (string fileName, int timestamp, int sizeOfImage, out IntPtr hModule);
abstract member ProvideLibrary : string * int * int * nativeint -> int
Public Function ProvideLibrary (fileName As String, timestamp As Integer, sizeOfImage As Integer, ByRef hModule As IntPtr) As Integer

Parâmetros

fileName
String

O nome da biblioteca que está sendo solicitada

timestamp
Int32

O carimbo de data/hora da biblioteca que está sendo solicitada conforme especificado no cabeçalho PE

sizeOfImage
Int32

O SizeOfImage da biblioteca que está sendo solicitada conforme especificado no cabeçalho PE

hModule
IntPtr

Um identificador do sistema operacional para a biblioteca solicitada

Retornos

Int32

HResults.S_OK se a biblioteca foi localizada; caso contrário, qualquer erro é apropriado

Aplica-se a