IEEHelperObject.GETASSEMBLY Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int GETASSEMBLY(System::UInt32 assemblyCookie, System::UInt32 Flags, [Runtime::InteropServices::Out] System::UInt32 % flagsOut, [Runtime::InteropServices::Out] System::String ^ % name, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IEEDataStorage ^ % assemBytes, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IEEDataStorage ^ % pdbBytes);
public int GETASSEMBLY(uint assemblyCookie, uint Flags, out uint flagsOut, out string name, out Microsoft.VisualStudio.Debugger.Interop.IEEDataStorage assemBytes, out Microsoft.VisualStudio.Debugger.Interop.IEEDataStorage pdbBytes);
abstract member GETASSEMBLY : uint32 * uint32 * uint32 * string * IEEDataStorage * IEEDataStorage -> int
Public Function GETASSEMBLY (assemblyCookie As UInteger, Flags As UInteger, ByRef flagsOut As UInteger, ByRef name As String, ByRef assemBytes As IEEDataStorage, ByRef pdbBytes As IEEDataStorage) As Integer
Parameters
- assemblyCookie
- UInt32
- Flags
- UInt32
- flagsOut
- UInt32
- name
- String
- assemBytes
- IEEDataStorage
- pdbBytes
- IEEDataStorage