C# Class FileGenerator.MagickScript.MagickScriptTypes

Inheritance: MagickTypes
Mostra file Open project: dlemstra/Magick.NET Class Usage Examples

Public Methods

Method Description
GetColorProfileNames ( ) : IEnumerable
GetConstructors ( string typeName ) : IEnumerable
GetDrawables ( ) : IEnumerable
GetEnums ( ) : IEnumerable
GetFolderName ( QuantumDepth depth ) : string
GetGroupedMagickImageCollectionMethods ( ) : IEnumerable
GetGroupedMagickImageCollectionResultMethods ( ) : IEnumerable
GetGroupedMagickImageMethods ( ) : IEnumerable
GetGroupedMagickReadSettingsMethods ( ) : IEnumerable
GetGroupedMagickSettingsMethods ( ) : IEnumerable
GetMagickImageProperties ( ) : IEnumerable
GetMagickReadSettingsProperties ( ) : IEnumerable
GetMagickSettingsProperties ( ) : IEnumerable
GetMethods ( Type type ) : IEnumerable
GetMethods ( string typeName ) : IEnumerable
GetName ( MemberInfo member ) : string
GetName ( Type type ) : string
GetPaths ( ) : IEnumerable
GetProperties ( Type type ) : IEnumerable
GetProperties ( string typeName ) : IEnumerable
GetType ( string typeName ) : Type
GetXsdAttributeType ( ParameterInfo parameter ) : string
GetXsdAttributeType ( PropertyInfo property ) : string
GetXsdElementType ( ParameterInfo parameter ) : string
GetXsdElementType ( PropertyInfo property ) : string
GetXsdName ( MemberInfo member ) : string
GetXsdName ( ParameterInfo parameter ) : string
GetXsdName ( PropertyInfo property ) : string
MagickScriptTypes ( QuantumDepth depth ) : System

Private Methods

Method Description
CanIgnoreResult ( MethodInfo method ) : bool
CheckForQuantum ( string name ) : string
GetGroupedMethods ( string name ) : IEnumerable
GetInterfaceConstructors ( string interfaceName ) : IEnumerable
GetQuantumName ( QuantumDepth depth ) : string
GetXsdAttributeType ( Type type ) : string
GetXsdElementType ( Type type ) : string
GetXsdName ( string name ) : string
HasSupportedResult ( MethodInfo method ) : bool
IsSupported ( ConstructorInfo constructor, ConstructorInfo constructors ) : bool
IsSupported ( MethodInfo method ) : bool
IsSupported ( ParameterInfo parameter ) : bool
IsSupported ( PropertyInfo property ) : bool
IsSupported ( Type type ) : bool
IsSupportedMethod ( MethodInfo method ) : bool
LoadAssembly ( string assemblyFile ) : Assembly

Method Details

GetColorProfileNames() public method

public GetColorProfileNames ( ) : IEnumerable
return IEnumerable

GetConstructors() public method

public GetConstructors ( string typeName ) : IEnumerable
typeName string
return IEnumerable

GetDrawables() public method

public GetDrawables ( ) : IEnumerable
return IEnumerable

GetEnums() public method

public GetEnums ( ) : IEnumerable
return IEnumerable

GetFolderName() public static method

public static GetFolderName ( QuantumDepth depth ) : string
depth QuantumDepth
return string

GetGroupedMagickImageCollectionMethods() public method

public GetGroupedMagickImageCollectionMethods ( ) : IEnumerable
return IEnumerable

GetGroupedMagickImageCollectionResultMethods() public method

public GetGroupedMagickImageCollectionResultMethods ( ) : IEnumerable
return IEnumerable

GetGroupedMagickImageMethods() public method

public GetGroupedMagickImageMethods ( ) : IEnumerable
return IEnumerable

GetGroupedMagickReadSettingsMethods() public method

public GetGroupedMagickReadSettingsMethods ( ) : IEnumerable
return IEnumerable

GetGroupedMagickSettingsMethods() public method

public GetGroupedMagickSettingsMethods ( ) : IEnumerable
return IEnumerable

GetMagickImageProperties() public method

public GetMagickImageProperties ( ) : IEnumerable
return IEnumerable

GetMagickReadSettingsProperties() public method

public GetMagickReadSettingsProperties ( ) : IEnumerable
return IEnumerable

GetMagickSettingsProperties() public method

public GetMagickSettingsProperties ( ) : IEnumerable
return IEnumerable

GetMethods() public static method

public static GetMethods ( Type type ) : IEnumerable
type System.Type
return IEnumerable

GetMethods() public method

public GetMethods ( string typeName ) : IEnumerable
typeName string
return IEnumerable

GetName() public static method

public static GetName ( MemberInfo member ) : string
member System.Reflection.MemberInfo
return string

GetName() public method

public GetName ( Type type ) : string
type System.Type
return string

GetPaths() public method

public GetPaths ( ) : IEnumerable
return IEnumerable

GetProperties() public static method

public static GetProperties ( Type type ) : IEnumerable
type System.Type
return IEnumerable

GetProperties() public method

public GetProperties ( string typeName ) : IEnumerable
typeName string
return IEnumerable

GetType() public method

public GetType ( string typeName ) : Type
typeName string
return System.Type

GetXsdAttributeType() public static method

public static GetXsdAttributeType ( ParameterInfo parameter ) : string
parameter System.Reflection.ParameterInfo
return string

GetXsdAttributeType() public static method

public static GetXsdAttributeType ( PropertyInfo property ) : string
property System.Reflection.PropertyInfo
return string

GetXsdElementType() public static method

public static GetXsdElementType ( ParameterInfo parameter ) : string
parameter System.Reflection.ParameterInfo
return string

GetXsdElementType() public static method

public static GetXsdElementType ( PropertyInfo property ) : string
property System.Reflection.PropertyInfo
return string

GetXsdName() public static method

public static GetXsdName ( MemberInfo member ) : string
member System.Reflection.MemberInfo
return string

GetXsdName() public static method

public static GetXsdName ( ParameterInfo parameter ) : string
parameter System.Reflection.ParameterInfo
return string

GetXsdName() public static method

public static GetXsdName ( PropertyInfo property ) : string
property System.Reflection.PropertyInfo
return string

MagickScriptTypes() public method

public MagickScriptTypes ( QuantumDepth depth ) : System
depth QuantumDepth
return System