Constable Authorization Engine 2.0 BETA

Context Members

Context overview

Public Static (Shared) Properties

DefaultLargeTypeImage Returns the default large (32x32) image.
DefaultSmallTypeImage Returns the default small (16x16) image.
DesignHost This member supports the LaMarvin Design Framework infrastructure and is not intended to be used directly from your code.
SmallImageList Returns a reference to the image list shared by all controls in the current AppDomain.

Public Static (Shared) Methods

AddSmallImage Adds the image to the shared SmallImageList.Images collection.
GetAvailablePublicCreatableTypeInfos Returns an array of TypeInfo objects representing public, non-abstract types compatible with the baseType available in the current AppDomain.
GetAvailablePublicCreatableTypes Returns an array of public, non-abstract types compatible with the baseType available in the current AppDomain.
GetAvailableTypeInfos Gets an array of TypeInfo objects for types that match the specified typeFilter from assemblies that match the specified assemblyFilter.
GetAvailableTypes Gets the types that match the specified typeFilter from assemblies that match the specified assemblyFilter.
GetResourceImageOverloaded. Loads the specified image resource from the specified resource assembly.
GetResourceSmallImageIndex Gets the index of the small resource image.
GetSmallImageIndex Gets the index of the image in the SmallImageList.Images collection.
GetSmallImageIndexForType Gets the index of the small type image in the SmallImageList.Images collection.
GetTypeInfoOverloaded. Gets a TypeInfo object describing the given type
IsNonSystemAssemblyFilter Determines if the assembly is not one of the .NET Framework system assemblies.
IsPublicCreatableTypeFilter Determines if the currentType is public, non-abstract type compatible with the baseType.
PreloadAssembly This member supports the LaMarvin Design Framework infrastructure and is not intended to be used directly from your code.
RemoveSmallImage Removes the image with the specified key from the shared SmallImageList.Images collection.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

Context Class | LaMarvin.Design Namespace