The following tables list the members exposed by ReflectionFns.
Name | Description | |
---|---|---|
![]() ![]() | CopyFromAssembly | Copies an embedded file from a specified assembly to a new location. |
![]() | Equals | (Inherited from object) |
![]() ![]() | GetAssembly | Return an Assembly given an assembly name or null if it cannot be found or loaded; A list of invalid assembly names is retained for better perf on the next call for the same name. |
![]() ![]() | GetAttribute | Overloaded. Returns the first attribute of the given type on an object, or null if not found. |
![]() ![]() | GetDelegate<T> | Returns a delegate of the indicated type. |
![]() ![]() | GetEmbeddedFile | Returns the contents of a file embedded in an assembly. |
![]() | GetHashCode | (Inherited from object) |
![]() ![]() | GetInstanceImplementing | Overloaded. Create an instance of a type that either extends or implements the specified type or interface. |
![]() ![]() | GetInstancesImplementing | Overloaded. Create a list of instances of those types that either extend or implement the specified type or interface. |
![]() ![]() | GetLatestType | Returns the latest version of a type given its name; optionally throws an error if no matching type can be found. |
![]() ![]() | GetListItemType | Returns the data type of the items in the specified data source. |
![]() ![]() | GetManifestItem | Returns a manifest resource stream associated with an assembly and an item name. |
![]() ![]() | GetMetadataType | Returns the Metadata type System.ComponentModel.DataAnnotations.MetadataTypeAttributeassociated with a specified type. |
![]() ![]() | GetProperty | Overloaded. Can be used in place of System.Type.GetProperty(System.String). Only finds public instance properties. |
![]() | GetType | (Inherited from object) |
![]() ![]() | GetTypeImplementing | Returns the type implementing a specific interface or extending a specific class. |
![]() ![]() | GetTypesImplementing | Overloaded. Returns a list of all of the types in one or more assemblies that implement a specific interface or extend a specific class. |
![]() ![]() | GetUserAssemblies | Returns a list of all currently loaded assemblies that are not from Microsoft or IdeaBlade. |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |