Freigeben über


IDkmClrDecompiler175.CanDecompileMethod Methode

Definition

Stellt Informationen dazu bereit, ob die angegebene Methode dekompiliert werden kann.

public bool CanDecompileMethod (Microsoft.VisualStudio.Debugger.Clr.DkmClrModuleInstance clrModuleInstance, Microsoft.VisualStudio.Debugger.Clr.DkmClrMethodId method);
abstract member CanDecompileMethod : Microsoft.VisualStudio.Debugger.Clr.DkmClrModuleInstance * Microsoft.VisualStudio.Debugger.Clr.DkmClrMethodId -> bool
Public Function CanDecompileMethod (clrModuleInstance As DkmClrModuleInstance, method As DkmClrMethodId) As Boolean

Parameter

clrModuleInstance
DkmClrModuleInstance

[In] "DkmClrModuleInstance" wird für Module verwendet, die in die Common Language Runtime geladen werden.

method
DkmClrMethodId

[In] Die zu überprüfende Methode.

Gibt zurück

[Out] Gibt true zurück, wenn die Methode dekompiliert werden kann.

Gilt für: