C# 클래스 Microsoft.Tools.WindowsInstaller.AttributeColumn

Provides additional properties for column types with associated enumerations.
상속: IConvertible, IFormattable
파일 보기 프로젝트 열기: heaths/psmsi 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AttributeColumn System
GetNames IEnumerable
HasValue bool
IConvertible System.DateTime
IConvertible TypeCode
IConvertible bool
IConvertible byte
IConvertible char
IConvertible decimal
IConvertible double
IConvertible float
IConvertible int
IConvertible long
IConvertible object
IConvertible sbyte
IConvertible short
IConvertible string
IConvertible uint
IConvertible ulong
IConvertible ushort
IFormattable string

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Gets whether the internal values are equal.

GetHashCode ( ) : int

Gets the hash code from the internal value.

ToString ( ) : string

Returns a string representation of the internal value using the CultureInfo.InvariantCulture.

ToString ( string format ) : string

Returns a string representation of the internal value using the CultureInfo.InvariantCulture.

비공개 메소드들

메소드 설명
AttributeColumn ( Type type, int value ) : System

Creates a new instance of the AttributeColumn class.

GetNames ( ) : IEnumerable

Gets all the names of enumeration.

HasValue ( string name ) : bool

Determines if the enumeration for the name is set.

IConvertible ( IFormatProvider provider ) : System.DateTime
IConvertible ( ) : TypeCode
IConvertible ( IFormatProvider provider ) : bool
IConvertible ( IFormatProvider provider ) : byte
IConvertible ( IFormatProvider provider ) : char
IConvertible ( IFormatProvider provider ) : decimal
IConvertible ( IFormatProvider provider ) : double
IConvertible ( IFormatProvider provider ) : float
IConvertible ( IFormatProvider provider ) : int
IConvertible ( IFormatProvider provider ) : long
IConvertible ( Type conversionType, IFormatProvider provider ) : object
IConvertible ( IFormatProvider provider ) : sbyte
IConvertible ( IFormatProvider provider ) : short
IConvertible ( IFormatProvider provider ) : string
IConvertible ( IFormatProvider provider ) : uint
IConvertible ( IFormatProvider provider ) : ulong
IConvertible ( IFormatProvider provider ) : ushort
IFormattable ( string format, IFormatProvider provider ) : string

Returns a string representation of the internal value.

메소드 상세

Equals() 공개 메소드

Gets whether the internal values are equal.
public Equals ( object obj ) : bool
obj object The object to compre.
리턴 bool

GetHashCode() 공개 메소드

Gets the hash code from the internal value.
public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

Returns a string representation of the internal value using the CultureInfo.InvariantCulture.
public ToString ( ) : string
리턴 string

ToString() 공개 메소드

Returns a string representation of the internal value using the CultureInfo.InvariantCulture.
public ToString ( string format ) : string
format string The format specification.
리턴 string