ReflectAllFilter MethodsNReflect
The ReflectAllFilter type exposes the following members.
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodReflect(NRAttribute)
Determines if an attribute will be reflected.
Public methodReflect(NRClass)
Determines if a class will be reflected.
Public methodReflect(NRConstructor)
Determines if a method will be reflected.
Public methodReflect(NRDelegate)
Determines if a delegate will be reflected.
Public methodReflect(NREnum)
Determines if a enum will be reflected.
Public methodReflect(NREnumValue)
Determines if a enum value will be reflected.
Public methodReflect(NREvent)
Determines if an event will be reflected.
Public methodReflect(NRField)
Determines if a field will be reflected.
Public methodReflect(NRInterface)
Determines if an interface will be reflected.
Public methodReflect(NRMethod)
Determines if a method will be reflected.
Public methodReflect(NRModule)
Determines if a module will be reflected.
Public methodReflect(NROperator)
Determines if an operator will be reflected.
Public methodReflect(NRProperty)
Determines if a property will be reflected.
Public methodReflect(NRStruct)
Determines if a struct will be reflected.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
See Also