메소드 | 설명 | |
---|---|---|
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 ( |
메소드 | 설명 | |
---|---|---|
CreateSwitchDescriptors ( |
||
Filter ( MethodDescriptorCollection descriptors ) : IEnumerable |
||
Filter ( SwitchDescriptorCollection descriptors ) : IEnumerable |
public static CreateMethodDescriptors ( |
||
type | ||
리턴 | MethodDescriptorCollection |
public static CreateStaticMethodDescriptors ( ICustomAttributeProvider provider ) : MethodDescriptorCollection | ||
provider | ICustomAttributeProvider | |
리턴 | MethodDescriptorCollection |
public static CreateStaticSwitchDescriptors ( ICustomAttributeProvider provider ) : SwitchDescriptorCollection | ||
provider | ICustomAttributeProvider | |
리턴 | SwitchDescriptorCollection |
public static GetMethodDescriptor ( object instance, string methodName ) : |
||
instance | object | |
methodName | string | |
리턴 |
public static GetMethodDescriptors ( object instance ) : MethodDescriptorCollection | ||
instance | object | |
리턴 | MethodDescriptorCollection |
public static GetStaticMethodDescriptors ( ICustomAttributeProvider provider ) : MethodDescriptorCollection | ||
provider | ICustomAttributeProvider | |
리턴 | MethodDescriptorCollection |
public static GetStaticSwitchDescriptors ( ICustomAttributeProvider provider ) : SwitchDescriptorCollection | ||
provider | ICustomAttributeProvider | |
리턴 | SwitchDescriptorCollection |
public static GetSwitchDescriptors ( object instance ) : SwitchDescriptorCollection | ||
instance | object | |
리턴 | SwitchDescriptorCollection |
public static GetUsageDescriptionProvider ( |
||
type | ||
리턴 | IUsageDescriptionProvider |