C# Class Obfuscar.PropertyKey

显示文件 Open project: remobjects/Obfuscar Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Matches ( MemberReference member ) : bool
PropertyKey ( TypeKey typeKey, Mono.Cecil.PropertyDefinition prop ) : System
ToString ( ) : string
operator ( ) : bool

Private Methods

Method Description
ShouldSkip ( bool keepPublicApi, bool hidePrivateApi ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Matches() public method

public Matches ( MemberReference member ) : bool
member Mono.Cecil.MemberReference
return bool

PropertyKey() public method

public PropertyKey ( TypeKey typeKey, Mono.Cecil.PropertyDefinition prop ) : System
typeKey TypeKey
prop Mono.Cecil.PropertyDefinition
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool