C# Class RemotingGen.Metadata

Datei anzeigen Open project: FloodProject/flood

Public Methods

Method 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

Method Description
HasAttribute ( ICustomAttributeProvider info, string fullName ) : bool

Method Details

HasCompressed() public static method

public static HasCompressed ( ICustomAttributeProvider info ) : bool
info ICustomAttributeProvider
return bool

HasEncrypted() public static method

public static HasEncrypted ( ICustomAttributeProvider info ) : bool
info ICustomAttributeProvider
return bool

HasId() public static method

public static HasId ( ICustomAttributeProvider info ) : bool
info ICustomAttributeProvider
return bool

HasSigned() public static method

public static HasSigned ( ICustomAttributeProvider info ) : bool
info ICustomAttributeProvider
return bool

HasThrows() public static method

public static HasThrows ( ICustomAttributeProvider info ) : bool
info ICustomAttributeProvider
return bool

IsDataObject() public static method

public static IsDataObject ( Type type ) : bool
type System.Type
return bool

IsException() public static method

public static IsException ( Type type ) : bool
type System.Type
return bool

IsRequired() public static method

public static IsRequired ( ICustomAttributeProvider info ) : bool
info ICustomAttributeProvider
return bool

IsService() public static method

public static IsService ( Type type ) : bool
type System.Type
return bool

TryGetDataObjectId() public static method

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

TryGetGlobalServiceId() public static method

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

TryGetId() public static method

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

TryGetThrows() public static method

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