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, Microsoft::VisualStudio::Debugger::Interop::enum_GETASSEMBLY Flags, cli::array <Microsoft::VisualStudio::Debugger::Interop::enum_ASSEMBLYFLAGS> ^ 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, Microsoft.VisualStudio.Debugger.Interop.enum_GETASSEMBLY Flags, Microsoft.VisualStudio.Debugger.Interop.enum_ASSEMBLYFLAGS[] flagsOut, out string name, out Microsoft.VisualStudio.Debugger.Interop.IEEDataStorage assemBytes, out Microsoft.VisualStudio.Debugger.Interop.IEEDataStorage pdbBytes);
abstract member GetAssembly : uint32 * Microsoft.VisualStudio.Debugger.Interop.enum_GETASSEMBLY * Microsoft.VisualStudio.Debugger.Interop.enum_ASSEMBLYFLAGS[] * string * IEEDataStorage * IEEDataStorage -> int
Public Function GetAssembly (assemblyCookie As UInteger, Flags As enum_GETASSEMBLY, flagsOut As enum_ASSEMBLYFLAGS(), ByRef name As String, ByRef assemBytes As IEEDataStorage, ByRef pdbBytes As IEEDataStorage) As Integer
Parameters
- assemblyCookie
- UInt32
- Flags
- enum_GETASSEMBLY
- flagsOut
- enum_ASSEMBLYFLAGS[]
- name
- String
- assemBytes
- IEEDataStorage
- pdbBytes
- IEEDataStorage