mscorlib(4.0.0.0) API with additions
IDynamicProperty.cs
1
using
System
.
Runtime
.
InteropServices
;
2
using
System
.
Security
;
3
4
namespace
System.Runtime.Remoting.Contexts
5
{
7
[ComVisible(
true
)]
8
public
interface
IDynamicProperty
9
{
12
string
Name
13
{
14
[SecurityCritical]
15
get
;
16
}
17
}
18
}
System.Security
Definition:
AllowPartiallyTrustedCallersAttribute.cs:3
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime.Remoting.Contexts.IDynamicProperty
Indicates that the implementing property should be registered at runtime through the M:System....
Definition:
IDynamicProperty.cs:8
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System.Runtime.Remoting.Contexts
Definition:
ArrayWithSize.cs:1
System
Definition:
__Canon.cs:3
System.Runtime.Remoting.Contexts.IDynamicProperty.Name
string Name
Gets the name of the dynamic property.
Definition:
IDynamicProperty.cs:13
All cs
System.Runtime.Remoting.Contexts
IDynamicProperty.cs
Generated by
1.8.15