C# Class Mono.Debugger.Soft.ExceptionClauseInfo

显示文件 Open project: vargaz/mono Class Usage Examples

Public Properties

Property Type Description
catch_type_id long
filter_offset int
flags ExceptionClauseFlags
handler_length int
handler_offset int
try_length int
try_offset int

Property Details

catch_type_id public_oe property

public long catch_type_id
return long

filter_offset public_oe property

public int filter_offset
return int

flags public_oe property

public ExceptionClauseFlags flags
return ExceptionClauseFlags

handler_length public_oe property

public int handler_length
return int

handler_offset public_oe property

public int handler_offset
return int

try_length public_oe property

public int try_length
return int

try_offset public_oe property

public int try_offset
return int