Method | Description | |
---|---|---|
CreateMethodDescriptors ( |
||
CreateStaticMethodDescriptors ( ICustomAttributeProvider provider ) : MethodDescriptorCollection | ||
CreateStaticSwitchDescriptors ( ICustomAttributeProvider provider ) : SwitchDescriptorCollection | ||
GetMethodDescriptor ( object instance, string methodName ) : |
||
GetMethodDescriptors ( object instance ) : MethodDescriptorCollection | ||
GetStaticMethodDescriptors ( ICustomAttributeProvider provider ) : MethodDescriptorCollection | ||
GetStaticSwitchDescriptors ( ICustomAttributeProvider provider ) : SwitchDescriptorCollection | ||
GetSwitchDescriptors ( object instance ) : SwitchDescriptorCollection | ||
GetUsageDescriptionProvider ( |
Method | Description | |
---|---|---|
CreateSwitchDescriptors ( |
||
Filter ( MethodDescriptorCollection descriptors ) : IEnumerable |
||
Filter ( SwitchDescriptorCollection descriptors ) : IEnumerable |
public static CreateMethodDescriptors ( |
||
type | ||
return | MethodDescriptorCollection |
public static CreateStaticMethodDescriptors ( ICustomAttributeProvider provider ) : MethodDescriptorCollection | ||
provider | ICustomAttributeProvider | |
return | MethodDescriptorCollection |
public static CreateStaticSwitchDescriptors ( ICustomAttributeProvider provider ) : SwitchDescriptorCollection | ||
provider | ICustomAttributeProvider | |
return | SwitchDescriptorCollection |
public static GetMethodDescriptor ( object instance, string methodName ) : |
||
instance | object | |
methodName | string | |
return |
public static GetMethodDescriptors ( object instance ) : MethodDescriptorCollection | ||
instance | object | |
return | MethodDescriptorCollection |
public static GetStaticMethodDescriptors ( ICustomAttributeProvider provider ) : MethodDescriptorCollection | ||
provider | ICustomAttributeProvider | |
return | MethodDescriptorCollection |
public static GetStaticSwitchDescriptors ( ICustomAttributeProvider provider ) : SwitchDescriptorCollection | ||
provider | ICustomAttributeProvider | |
return | SwitchDescriptorCollection |
public static GetSwitchDescriptors ( object instance ) : SwitchDescriptorCollection | ||
instance | object | |
return | SwitchDescriptorCollection |
public static GetUsageDescriptionProvider ( |
||
type | ||
return | IUsageDescriptionProvider |