Type クラス

Type クラス (System 名前空間)

[APIドキュメント]

public abstract class Type : MemberInfo, IReflect

継承:Object → MemberInfo → Type

プロパティ

メソッド

GetProperties

@ [APIドキュメント]

public PropertyInfo[] GetProperties ();
public abstract PropertyInfo[] GetProperties (BindingFlags bindingAttr);

GetProperty

@ [APIドキュメント]

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);