System.ComponentModel.TypeDescriptor.NodeFor C# (CSharp) Method

NodeFor() private static method

Retrieves the head type description node for a type. A head node pointing to a reflection based type description provider will be created on demand. This does not create a delegator, in which case the node returned may be a base type node.
private static NodeFor ( Type type ) : TypeDescriptionNode
type System.Type
return TypeDescriptionNode
        private static TypeDescriptionNode NodeFor(Type type)
        {
            return NodeFor(type, false);
        }

Same methods

TypeDescriptor::NodeFor ( Type type, bool createDelegator ) : TypeDescriptionNode
TypeDescriptor::NodeFor ( object instance ) : TypeDescriptionNode
TypeDescriptor::NodeFor ( object instance, bool createDelegator ) : TypeDescriptionNode