Class Win32ResourceName
- Namespace
- ICSharpCode.Decompiler.Util
- Assembly
- ICSharpCode.Decompiler.dll
public sealed class Win32ResourceName
- Inheritance
-
Win32ResourceName
- Inherited Members
-
Constructors
Win32ResourceName(int)
public Win32ResourceName(int id)
Parameters
id
int
Win32ResourceName(string)
public Win32ResourceName(string name)
Parameters
name
string
Win32ResourceName(ushort)
public Win32ResourceName(ushort id)
Parameters
id
ushort
Properties
HasId
public bool HasId { get; }
Property Value
- bool
HasName
public bool HasName { get; }
Property Value
- bool
Id
public ushort Id { get; }
Property Value
- ushort
Name
public string Name { get; }
Property Value
- string
Methods
Equals(object?)
public override bool Equals(object? obj)
Parameters
obj
object
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int
ToString()
public override string ToString()
Returns
- string
Operators
operator ==(Win32ResourceName, Win32ResourceName)
public static bool operator ==(Win32ResourceName x, Win32ResourceName y)
Parameters
x
Win32ResourceName
y
Win32ResourceName
Returns
- bool
operator !=(Win32ResourceName, Win32ResourceName)
public static bool operator !=(Win32ResourceName x, Win32ResourceName y)
Parameters
x
Win32ResourceName
y
Win32ResourceName
Returns
- bool