system\attribute.cs (8)
670public static Attribute[] GetCustomAttributes(Module element, Type attributeType)
675public static Attribute[] GetCustomAttributes(Module element)
680public static Attribute[] GetCustomAttributes(Module element, bool inherit)
689public static Attribute[] GetCustomAttributes(Module element, Type attributeType, bool inherit)
704public static bool IsDefined(Module element, Type attributeType)
709public static bool IsDefined(Module element, Type attributeType, bool inherit)
725public static Attribute GetCustomAttribute(Module element, Type attributeType)
730public static Attribute GetCustomAttribute(Module element, Type attributeType, bool inherit)
system\reflection\emit\signaturehelper.cs (20)
31public static SignatureHelper GetMethodSigHelper(Module mod, Type returnType, Type[] parameterTypes)
37internal static SignatureHelper GetMethodSigHelper(Module mod, CallingConventions callingConvention, Type returnType, int cGenericParam)
43public static SignatureHelper GetMethodSigHelper(Module mod, CallingConventions callingConvention, Type returnType)
48internal static SignatureHelper GetMethodSpecSigHelper(Module scope, Type[] inst)
59Module scope, CallingConventions callingConvention,
69Module scope, CallingConventions callingConvention, int cGenericParam,
102public static SignatureHelper GetMethodSigHelper(Module mod, CallingConvention unmanagedCallConv, Type returnType)
151public static SignatureHelper GetLocalVarSigHelper(Module mod)
156public static SignatureHelper GetFieldSigHelper(Module mod)
161public static SignatureHelper GetPropertySigHelper(Module mod, Type returnType, Type[] parameterTypes)
166public static SignatureHelper GetPropertySigHelper(Module mod,
174public static SignatureHelper GetPropertySigHelper(Module mod, CallingConventions callingConvention,
198internal static SignatureHelper GetTypeSigToken(Module mod, Type type)
220private SignatureHelper(Module mod, MdSigCallingConvention callingConvention)
227private SignatureHelper(Module mod, MdSigCallingConvention callingConvention, int cGenericParameters,
240private SignatureHelper(Module mod, MdSigCallingConvention callingConvention,
247private SignatureHelper(Module mod, Type type)
254private void Init(Module mod)
267private void Init(Module mod, MdSigCallingConvention callingConvention)
272private void Init(Module mod, MdSigCallingConvention callingConvention, int cGenericParam)
system\reflection\module.cs (9)
91public static bool operator ==(Module left, Module right)
105public static bool operator !=(Module left, Module right)
389return GetFields(Module.DefaultLookup);
406return GetField(name,Module.DefaultLookup);
423return GetMethods(Module.DefaultLookup);
472return GetMethodImpl(name, Module.DefaultLookup, null, CallingConventions.Any, types, null);
481return GetMethodImpl(name, Module.DefaultLookup, null, CallingConventions.Any,