| 4019 | exports.mscorlib_System_Reflection_Module_impl = void 0; |
| 4020 | const class_1 = require("../Type/class"); |
| 4021 | class mscorlib_System_Reflection_Module_impl extends class_1.mscorlib_System_Type_impl { |
| 4022 | inter = lfv(this.handle, "_impl"); |
| 4023 | assembly = lfv(this.handle, "assembly", findClass("Module", ["mscorlib"])); |
| 4024 | defaultBindingFlags = lfv(this.handle, "defaultBindingFlags"); |
| 4025 | FilterTypeName = lfv(this.handle, "FilterTypeName"); |
| 4026 | FilterTypeNameIgnoreCase = lfv(this.handle, "FilterTypeNameIgnoreCase"); |
| 4027 | fqname = readU16(lfv(this.handle, "fqname")); |
| 4028 | is_resource = lfv(this.handle, "is_resource"); |
| 4029 | _name = readU16(lfv(this.handle, "name")); |
| 4030 | scopename = readU16(lfv(this.handle, "scopename")); |
| 4031 | token = lfv(this.handle, "token"); |
| 4032 | static get ctor() { |
| 4033 | return new mscorlib_System_Reflection_Module_impl(mscorlib.Api.Module._ctor(alloc())); |
| 4034 | } |
| 4035 | static get _cctor() { |
| 4036 | return new mscorlib_System_Reflection_Module_impl(mscorlib.Api.Module._cctor(alloc())); |
| 4037 | } |
| 4038 | CreateNIE() { |
| 4039 | return mscorlib.Api.Module._CreateNIE(this.handle); |
| 4040 | } |
| 4041 | Equals(other) { |
| 4042 | return mscorlib.Api.Module._Equals(this.handle, other); |
| 4043 | } |
| 4044 | filter_by_type_name(type, obj) { |
| 4045 | return mscorlib.Api.Module._filter_by_type_name(this.handle, type.handle, obj); |
| 4046 | } |
| 4047 | filter_by_type_name_ignore_case(type, obj) { |
| 4048 | return mscorlib.Api.Module._filter_by_type_name_ignore_case(this.handle, type.handle, obj); |
| 4049 | } |
| 4050 | GetCustomAttributes_1(inherit) { |
| 4051 | return mscorlib.Api.Module._GetCustomAttributes(this.handle, inherit); |
| 4052 | } |
| 4053 | GetCustomAttributes_2(type, inherit) { |
| 4054 | return mscorlib.Api.Module._GetCustomAttributes_1(this.handle, type.handle, inherit); |
| 4055 | } |
| 4056 | GetGuidInternal() { |
| 4057 | return readU16(mscorlib.Api.Module._GetGuidInternal(this.handle)); |
| 4058 | } |
| 4059 | GetHashCode() { |
| 4060 | return mscorlib.Api.Module._GetHashCode(this.handle); |
| 4061 | } |
| 4062 | GetModuleVersionId() { |
| 4063 | return mscorlib.Api.Module._GetModuleVersionId(this.handle); |
| 4064 | } |
| 4065 | GetObjectData(info, context) { |
| 4066 | return mscorlib.Api.Module._GetObjectData(this.handle, info, context); |
| 4067 | } |
| 4068 | IsDefined(type, inherit) { |
| 4069 | return mscorlib.Api.Module._IsDefined(this.handle, type.handle, inherit); |
| 4070 | } |
| 4071 | IsResource() { |
| 4072 | return mscorlib.Api.Module._IsResource(this.handle); |
| 4073 | } |
| 4074 | op_Equality(other) { |
| 4075 | return mscorlib.Api.Module._op_Equality(this.handle, other.handle); |
| 4076 | } |
| 4077 | ToString() { |
| 4078 | return readU16(mscorlib.Api.Module._ToString(this.handle)); |