C# Class RemotingGen.Metadata

Afficher le fichier Open project: FloodProject/flood

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
HasAttribute ( ICustomAttributeProvider info, string fullName ) : bool

Method Details

HasCompressed() public static méthode

public static HasCompressed ( ICustomAttributeProvider info ) : bool
info ICustomAttributeProvider
Résultat bool

HasEncrypted() public static méthode

public static HasEncrypted ( ICustomAttributeProvider info ) : bool
info ICustomAttributeProvider
Résultat bool

HasId() public static méthode

public static HasId ( ICustomAttributeProvider info ) : bool
info ICustomAttributeProvider
Résultat bool

HasSigned() public static méthode

public static HasSigned ( ICustomAttributeProvider info ) : bool
info ICustomAttributeProvider
Résultat bool

HasThrows() public static méthode

public static HasThrows ( ICustomAttributeProvider info ) : bool
info ICustomAttributeProvider
Résultat bool

IsDataObject() public static méthode

public static IsDataObject ( Type type ) : bool
type System.Type
Résultat bool

IsException() public static méthode

public static IsException ( Type type ) : bool
type System.Type
Résultat bool

IsRequired() public static méthode

public static IsRequired ( ICustomAttributeProvider info ) : bool
info ICustomAttributeProvider
Résultat bool

IsService() public static méthode

public static IsService ( Type type ) : bool
type System.Type
Résultat bool

TryGetDataObjectId() public static méthode

public static TryGetDataObjectId ( Type type, ushort &id ) : bool
type System.Type
id ushort
Résultat bool

TryGetGlobalServiceId() public static méthode

public static TryGetGlobalServiceId ( Type type, ushort &id ) : bool
type System.Type
id ushort
Résultat bool

TryGetId() public static méthode

public static TryGetId ( ICustomAttributeProvider info, int &id ) : bool
info ICustomAttributeProvider
id int
Résultat bool

TryGetThrows() public static méthode

public static TryGetThrows ( ICustomAttributeProvider info, List &exceptionsInfo ) : bool
info ICustomAttributeProvider
exceptionsInfo List
Résultat bool