IdeaBlade.Core Assembly > IdeaBlade.Core.Reflection Namespace : ReflectionFns Class |
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. | |
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. | |
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. | |
GetTypeInfo | Use this instead of type.GetTypeInfo in System.Reflection IntrospectionExtensions. The TypeInfo in Xamarin is a joke. | |
GetTypesImplementing | Overloaded. | |
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) |