System.Reflection.@__ICustomAttributeProvider.GetCustomAttributes C# (CSharp) Method

GetCustomAttributes() public method

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
return object[]
        public object[] GetCustomAttributes(bool inherit)
        {
            global::net.sf.jni4net.jni.JNIEnv @__env = this.Env;
            using(new global::net.sf.jni4net.jni.LocalFrame(@__env, 12)){
            return global::net.sf.jni4net.utils.Convertor.ArrayFullJ2C<object[], object>(@__env, @__env.CallObjectMethodPtr(this, global::System.Reflection.@__ICustomAttributeProvider.j4n_GetCustomAttributes0, global::net.sf.jni4net.utils.Convertor.ParPrimC2J(inherit)));
            }
        }

Same methods

@__ICustomAttributeProvider::GetCustomAttributes ( global attributeType, bool inherit ) : object[]