Type クラス (System 名前空間)
public abstract class Type : MemberInfo, IReflect
継承:Object → MemberInfo → Type
[toc]プロパティ
メソッド
GetProperties
public PropertyInfo[] GetProperties ();
public abstract PropertyInfo[] GetProperties (BindingFlags bindingAttr);
GetProperty
public PropertyInfo? GetProperty (string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[] types, ParameterModifier[]? modifiers);
public PropertyInfo? GetProperty (string name);
public PropertyInfo? GetProperty (string name, BindingFlags bindingAttr);
public PropertyInfo? GetProperty (string name, Type? returnType);
public PropertyInfo? GetProperty (string name, Type[] types);
public PropertyInfo? GetProperty (string name, Type? returnType, Type[] types);
public PropertyInfo? GetProperty (string name, Type? returnType, Type[] types, ParameterModifier[]? modifiers);