[This is preliminary documentation and is subject to change.]
Applies behaviors to instance as configured from config section node
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static void ApplyConfiguredBehaviors(
Object target,
IConfigSectionNode node
)
public static void ApplyConfiguredBehaviors(
Object target,
IConfigSectionNode node
)
Public Shared Sub ApplyConfiguredBehaviors (
target As Object,
node As IConfigSectionNode
)
Public Shared Sub ApplyConfiguredBehaviors (
target As Object,
node As IConfigSectionNode
)
public:
static void ApplyConfiguredBehaviors(
Object^ target,
IConfigSectionNode^ node
)
public:
static void ApplyConfiguredBehaviors(
Object^ target,
IConfigSectionNode^ node
)
static member ApplyConfiguredBehaviors :
target : Object *
node : IConfigSectionNode -> unit
static member ApplyConfiguredBehaviors :
target : Object *
node : IConfigSectionNode -> unit