'Declaration Public Shared Function GetProperty( _ ByVal type As System.Type, _ ByVal name As System.String, _ ByVal bindingFlags As System.Reflection.BindingFlags, _ ByVal returnType As System.Type, _ ByVal paramTypes() As System.Type _ ) As System.Reflection.PropertyInfo
public static System.Reflection.PropertyInfo GetProperty( System.Type type, System.string name, System.Reflection.BindingFlags bindingFlags, System.Type returnType, System.Type[] paramTypes )
Parameters
- type
- name
- bindingFlags
- returnType
- paramTypes