C# 클래스 RemotingGen.Metadata

파일 보기 프로젝트 열기: FloodProject/flood

공개 메소드들

메소드 설명
HasCompressed ( ICustomAttributeProvider info ) : bool
HasEncrypted ( ICustomAttributeProvider info ) : bool
HasId ( ICustomAttributeProvider info ) : bool
HasSigned ( ICustomAttributeProvider info ) : bool
HasThrows ( ICustomAttributeProvider info ) : bool
IsDataObject ( Type type ) : bool
IsException ( Type type ) : bool
IsRequired ( ICustomAttributeProvider info ) : bool
IsService ( Type type ) : bool
TryGetDataObjectId ( Type type, ushort &id ) : bool
TryGetGlobalServiceId ( Type type, ushort &id ) : bool
TryGetId ( ICustomAttributeProvider info, int &id ) : bool
TryGetThrows ( ICustomAttributeProvider info, List &exceptionsInfo ) : bool

비공개 메소드들

메소드 설명
HasAttribute ( ICustomAttributeProvider info, string fullName ) : bool

메소드 상세

HasCompressed() 공개 정적인 메소드

public static HasCompressed ( ICustomAttributeProvider info ) : bool
info ICustomAttributeProvider
리턴 bool

HasEncrypted() 공개 정적인 메소드

public static HasEncrypted ( ICustomAttributeProvider info ) : bool
info ICustomAttributeProvider
리턴 bool

HasId() 공개 정적인 메소드

public static HasId ( ICustomAttributeProvider info ) : bool
info ICustomAttributeProvider
리턴 bool

HasSigned() 공개 정적인 메소드

public static HasSigned ( ICustomAttributeProvider info ) : bool
info ICustomAttributeProvider
리턴 bool

HasThrows() 공개 정적인 메소드

public static HasThrows ( ICustomAttributeProvider info ) : bool
info ICustomAttributeProvider
리턴 bool

IsDataObject() 공개 정적인 메소드

public static IsDataObject ( Type type ) : bool
type System.Type
리턴 bool

IsException() 공개 정적인 메소드

public static IsException ( Type type ) : bool
type System.Type
리턴 bool

IsRequired() 공개 정적인 메소드

public static IsRequired ( ICustomAttributeProvider info ) : bool
info ICustomAttributeProvider
리턴 bool

IsService() 공개 정적인 메소드

public static IsService ( Type type ) : bool
type System.Type
리턴 bool

TryGetDataObjectId() 공개 정적인 메소드

public static TryGetDataObjectId ( Type type, ushort &id ) : bool
type System.Type
id ushort
리턴 bool

TryGetGlobalServiceId() 공개 정적인 메소드

public static TryGetGlobalServiceId ( Type type, ushort &id ) : bool
type System.Type
id ushort
리턴 bool

TryGetId() 공개 정적인 메소드

public static TryGetId ( ICustomAttributeProvider info, int &id ) : bool
info ICustomAttributeProvider
id int
리턴 bool

TryGetThrows() 공개 정적인 메소드

public static TryGetThrows ( ICustomAttributeProvider info, List &exceptionsInfo ) : bool
info ICustomAttributeProvider
exceptionsInfo List
리턴 bool