net472_PropertyGridHelpers.Support_Support - dparvin/PropertyGridHelpers GitHub Wiki
Functions used to Support the processes provided by the PropertyGridHelpers library.
public static class Support
name | description |
---|---|
static CheckResourceType(…) | Analyzes the resources embedded within a given assembly and prints details about their type and structure. |
static GetEnumField(…) | Retrieves the FieldInfo for a specific enum value. |
static GetFileExtension(…) | Retrieves the file extension associated with a property, if specified. |
static GetFirstCustomAttribute<T>(…) | Retrieves the first custom attribute of the specified type applied to the given MemberInfo. |
static GetPropertyInfo(…) | Retrieves the PropertyInfo for the property described by the specified ITypeDescriptorContext. |
static GetResourcePath(…) | Determines the resource path based on the specified property or related data type. |
static GetResourcesNames(…) | Gets the resources names from the assembly where the enum is located. |
static GetResourceString(…) | Retrieves a localized string from a resource file based on the specified resource key. |
static SetLanguage(…) | Sets the current thread's culture and UI culture to the specified language identifier. |
- namespace PropertyGridHelpers.Support
- assembly PropertyGridHelpers
- Support.cs