Class UnmanagedAttribute
Indicates that an element contains unmanaged code.
Inherited Members
Namespace: TheXDS.MCART.Attributes
Assembly: MCART.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Module|AttributeTargets.Class|AttributeTargets.Constructor|AttributeTargets.Method|AttributeTargets.Property)]
[Serializable]
public sealed class UnmanagedAttribute : Attribute