MethodBodyStreamEncoder.MethodBody.ExceptionRegions 属性

定义

获取一个编码器对象,该对象可用于将异常区域编码为方法主体。

public:
 property System::Reflection::Metadata::Ecma335::ExceptionRegionEncoder ExceptionRegions { System::Reflection::Metadata::Ecma335::ExceptionRegionEncoder get(); };
public System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder ExceptionRegions { get; }
member this.ExceptionRegions : System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder
Public ReadOnly Property ExceptionRegions As ExceptionRegionEncoder

属性值

异常区域编码器实例。

适用于