IEEHelperObject.GetAssemblyRefForCookie(UInt32, IEEAssemblyRef) Method

Definition

public:
 int GetAssemblyRefForCookie(System::UInt32 cookie, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IEEAssemblyRef ^ % ppAssemRef);
public int GetAssemblyRefForCookie (uint cookie, out Microsoft.VisualStudio.Debugger.Interop.IEEAssemblyRef ppAssemRef);
abstract member GetAssemblyRefForCookie : uint32 * IEEAssemblyRef -> int
Public Function GetAssemblyRefForCookie (cookie As UInteger, ByRef ppAssemRef As IEEAssemblyRef) As Integer

Parameters

cookie
UInt32
ppAssemRef
IEEAssemblyRef

Returns

Int32

Applies to