C# Class Unity.IL2CPP.Common.CFG.CatchHandlerData

Datei anzeigen Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
Range BlockRange
Type Mono.Cecil.TypeReference

Public Methods

Method Description
CatchHandlerData ( TypeReference type, BlockRange range ) : Mono.Cecil

Method Details

CatchHandlerData() public method

public CatchHandlerData ( TypeReference type, BlockRange range ) : Mono.Cecil
type Mono.Cecil.TypeReference
range BlockRange
return Mono.Cecil

Property Details

Range public_oe property

public BlockRange,Unity.IL2CPP.Common.CFG Range
return BlockRange

Type public_oe property

public TypeReference,Mono.Cecil Type
return Mono.Cecil.TypeReference