C# Class dnSpy.AsmEditor.Hex.PE.IntegerHexBitFieldEnumInfo

显示文件 Open project: 0xd4d/dnSpy Class Usage Examples

Public Properties

Property Type Description
Name string
Value ulong

Public Methods

Method Description
IntegerHexBitFieldEnumInfo ( int v, string name ) : System

Method Details

IntegerHexBitFieldEnumInfo() public method

public IntegerHexBitFieldEnumInfo ( int v, string name ) : System
v int
name string
return System

Property Details

Name public_oe property

public string Name
return string

Value public_oe property

public ulong Value
return ulong