C# 클래스 System.Security.Principal.IdentityReference

파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object o ) : bool
GetHashCode ( ) : int
IsValidTargetType ( Type targetType ) : bool
ToString ( ) : string
Translate ( Type targetType ) : IdentityReference
operator ( ) : bool

비공개 메소드들

메소드 설명
IdentityReference ( ) : System.Globalization

메소드 상세

Equals() 공개 추상적인 메소드

public abstract Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 추상적인 메소드

public abstract GetHashCode ( ) : int
리턴 int

IsValidTargetType() 공개 추상적인 메소드

public abstract IsValidTargetType ( Type targetType ) : bool
targetType Type
리턴 bool

ToString() 공개 추상적인 메소드

public abstract ToString ( ) : string
리턴 string

Translate() 공개 추상적인 메소드

public abstract Translate ( Type targetType ) : IdentityReference
targetType Type
리턴 IdentityReference

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool