Nevron.Nov Namespace / NReflector Class
Methods


In This Topic
    NReflector Class Members
    In This Topic

    The following tables list the members exposed by NReflector.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates an untyped delegate for a method with no arguments and a return value. The returned delegate has one argument - the object on which the ToArray method needs to be invoked, and returns the array returned by this method.  
    Public Methodstatic (Shared in Visual Basic)Creates an untyped delegate for a method with no arguments and a return value. The returned delegate has one argument - the object on which the ToArray method needs to be invoked, and returns the array returned by this method.  
    Public Methodstatic (Shared in Visual Basic)Returns a the value of the specified field in the obj object  
    Public Methodstatic (Shared in Visual Basic)Gets a deep copy of the field value of the specified object field  
    Public Methodstatic (Shared in Visual Basic)Gets the property value of the specified object property  
    Public Methodstatic (Shared in Visual Basic)Gets a deep copy of the property value of the specified object property  
    Public Methodstatic (Shared in Visual Basic)Gets all subclasses of the given type in its assembly (excluding the type itself).  
    Public Methodstatic (Shared in Visual Basic)  
    Public Methodstatic (Shared in Visual Basic)Determines whether type is derived from or is of type  
    Public Methodstatic (Shared in Visual Basic)Determines whether the specified type is value type  
    Public Methodstatic (Shared in Visual Basic)Determines whether the specified type is value type or string  
    Public Methodstatic (Shared in Visual Basic)Replaces the field with the specified value and returns a the previous field value.  
    Public Methodstatic (Shared in Visual Basic)Replaces the field with the specified value and returns a copy of the old one  
    Public Methodstatic (Shared in Visual Basic)Gets a deep copy of the object.  
    Public Methodstatic (Shared in Visual Basic)Sets the field value of the specified object property  
    Public Methodstatic (Shared in Visual Basic)Sets the property value of the specified object property.  
    Top
    See Also