ICorDebugILCode.GetEHClauses(UInt32, UInt32, CorDebugEHClause[]) 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:
void GetEHClauses(System::UInt32 cClauses, [Runtime::InteropServices::Out] System::UInt32 % pcClauses, cli::array <Microsoft::VisualStudio::CorDebugInterop::CorDebugEHClause> ^ clauses);
public void GetEHClauses (uint cClauses, out uint pcClauses, Microsoft.VisualStudio.CorDebugInterop.CorDebugEHClause[] clauses);
public void GetEHClauses (uint cClauses, out uint pcClauses, Microsoft.VisualStudio.CorDebugInterop.CorDebugEHClause[]? clauses);
abstract member GetEHClauses : uint32 * uint32 * Microsoft.VisualStudio.CorDebugInterop.CorDebugEHClause[] -> unit
Public Sub GetEHClauses (cClauses As UInteger, ByRef pcClauses As UInteger, clauses As CorDebugEHClause())
Parameters
- cClauses
- UInt32
- pcClauses
- UInt32
- clauses
- CorDebugEHClause[]