Home
last modified time | relevance | path

Searched defs:StructLayoutAttribute (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Runtime/InteropServices/
H A DStructLayoutAttribute.cs8 public sealed class StructLayoutAttribute : Attribute class
10 public StructLayoutAttribute(LayoutKind layoutKind) in StructLayoutAttribute() method in System.Runtime.InteropServices.StructLayoutAttribute
15 public StructLayoutAttribute(short layoutKind) in StructLayoutAttribute() method in System.Runtime.InteropServices.StructLayoutAttribute
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Runtime/InteropServices/
H A DStructLayoutAttribute.cs8 public sealed class StructLayoutAttribute : Attribute class
10 public StructLayoutAttribute(LayoutKind layoutKind) in StructLayoutAttribute() method in System.Runtime.InteropServices.StructLayoutAttribute
15 public StructLayoutAttribute(short layoutKind) in StructLayoutAttribute() method in System.Runtime.InteropServices.StructLayoutAttribute
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Runtime.Base/src/System/Runtime/InteropServices/
H A DStructLayoutAttribute.cs8 internal sealed class StructLayoutAttribute : Attribute class
10 public StructLayoutAttribute(LayoutKind layoutKind) in StructLayoutAttribute() method in System.Runtime.InteropServices.StructLayoutAttribute
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/TypeInfos/
H A DRuntimeNoMetadataNamedTypeInfo.cs18 using StructLayoutAttribute = System.Runtime.InteropServices.StructLayoutAttribute; typedef
102 public sealed override StructLayoutAttribute StructLayoutAttribute property in System.Reflection.Runtime.TypeInfos.RuntimeNoMetadataNamedTypeInfo
H A DRuntimeBlockedTypeInfo.cs20 using StructLayoutAttribute = System.Runtime.InteropServices.StructLayoutAttribute; typedef
113 public sealed override StructLayoutAttribute StructLayoutAttribute property in System.Reflection.Runtime.TypeInfos.RuntimeBlockedTypeInfo
H A DRuntimeConstructedGenericTypeInfo.cs17 using StructLayoutAttribute = System.Runtime.InteropServices.StructLayoutAttribute; typedef
170 public sealed override StructLayoutAttribute StructLayoutAttribute property in System.Reflection.Runtime.TypeInfos.RuntimeConstructedGenericTypeInfo
H A DRuntimeNamedTypeInfo.cs123 public sealed override StructLayoutAttribute StructLayoutAttribute property in System.Reflection.Runtime.TypeInfos.RuntimeNamedTypeInfo
H A DRuntimeClsIdTypeInfo.cs37 …public sealed override StructLayoutAttribute StructLayoutAttribute => BaseType.StructLayoutAttribu… field in System.Reflection.Runtime.TypeInfos.RuntimeCLSIDTypeInfo
H A DRuntimeGenericParameterTypeInfo.cs112 public sealed override StructLayoutAttribute StructLayoutAttribute property in System.Reflection.Runtime.TypeInfos.RuntimeGenericParameterTypeInfo
H A DRuntimeTypeInfo.cs19 using StructLayoutAttribute = System.Runtime.InteropServices.StructLayoutAttribute; typedef
520 public abstract override StructLayoutAttribute StructLayoutAttribute { get; } property in System.Reflection.Runtime.TypeInfos.RuntimeTypeInfo
H A DRuntimeHasElementTypeInfo.cs136 public sealed override StructLayoutAttribute StructLayoutAttribute property in System.Reflection.Runtime.TypeInfos.RuntimeHasElementTypeInfo
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Reflection.Emit/
H A DDerivedTypesTest.cs478 public void StructLayoutAttribute () in StructLayoutAttribute() method in MonoTests.System.Reflection.Emit.PointerTypeTest
964 public void StructLayoutAttribute () in StructLayoutAttribute() method in MonoTests.System.Reflection.Emit.ByrefTypeTest
1533 public void StructLayoutAttribute () in StructLayoutAttribute() method in MonoTests.System.Reflection.Emit.ArrayTypeTest
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.TypeSystem/tests/CoreTestAssembly/
H A DPlatform.cs106 public sealed class StructLayoutAttribute : Attribute class
110 public StructLayoutAttribute(LayoutKind layoutKind) in StructLayoutAttribute() method in System.Runtime.InteropServices.StructLayoutAttribute
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.MetadataTransform/tests/PrimaryMetadataAssembly/
H A DPlatform.cs112 public sealed class StructLayoutAttribute : Attribute class
116 public StructLayoutAttribute(LayoutKind layoutKind) in StructLayoutAttribute() method in System.Runtime.InteropServices.StructLayoutAttribute
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/interopservices/
H A Dattributes.cs887 public unsafe sealed class StructLayoutAttribute : Attribute class
941 internal StructLayoutAttribute(LayoutKind layoutKind, int pack, int size, CharSet charSet) in StructLayoutAttribute() method in System.Runtime.InteropServices.StructLayoutAttribute
949 public StructLayoutAttribute(LayoutKind layoutKind) in StructLayoutAttribute() method in System.Runtime.InteropServices.StructLayoutAttribute
953 public StructLayoutAttribute(short layoutKind) in StructLayoutAttribute() method in System.Runtime.InteropServices.StructLayoutAttribute
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/
H A DMockType.cs102 public override StructLayoutAttribute StructLayoutAttribute => throw Unexpected; field in System.MockType
/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/Emit/
H A DCustomAttributeBuilder.cs746 StructLayoutAttribute, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Reflection/
H A DSignatureType.cs137 …public sealed override StructLayoutAttribute StructLayoutAttribute => throw new NotSupportedExcept… field in System.Reflection.SignatureType
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Reflection/
H A DSignatureType.cs137 …public sealed override StructLayoutAttribute StructLayoutAttribute => throw new NotSupportedExcept… field in System.Reflection.SignatureType
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/ReferenceSources/
H A DRuntimeType.cs425 public override StructLayoutAttribute StructLayoutAttribute { property in System.RuntimeType
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DType.cs121 …public virtual StructLayoutAttribute StructLayoutAttribute { get { throw new NotSupportedException… property in System.Type
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DType.cs121 …public virtual StructLayoutAttribute StructLayoutAttribute { get { throw new NotSupportedException… property in System.Type
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dtype.cs153 …public virtual StructLayoutAttribute StructLayoutAttribute { get { throw new NotSupportedException… property in System.Type
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection/tests/
H A DTypeInfoTests.cs1362 public void StructLayoutAttribute(Type type, LayoutKind kind, CharSet charset, int pack) in StructLayoutAttribute() method in System.Reflection.Tests.TypeInfoTests
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System/
H A DTypeTest.cs1705 public void StructLayoutAttribute () in StructLayoutAttribute() method in MonoTests.System.TypeTest

12