C# Class Mono.Debugger.Languages.Native.NativeEnumInfo

Inheritance: TargetEnumInfo
显示文件 Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
NativeEnumInfo ( TargetType field_type, string name, int index ) : System
NativeEnumInfo ( TargetType field_type, string name, int index, int value ) : System

Method Details

NativeEnumInfo() public method

public NativeEnumInfo ( TargetType field_type, string name, int index ) : System
field_type TargetType
name string
index int
return System

NativeEnumInfo() public method

public NativeEnumInfo ( TargetType field_type, string name, int index, int value ) : System
field_type TargetType
name string
index int
value int
return System