ManagedObjectWrapper constructor (Object, Boolean)
This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.
[SECURITY CRITICAL]
Reserved for internal use.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Syntax
'Declaration
Public Sub New ( _
innerHostItem As Object, _
client As Boolean _
)
'Usage
Dim innerHostItem As Object
Dim client As Boolean
Dim instance As New ManagedObjectWrapper(innerHostItem, _
client)
public ManagedObjectWrapper(
Object innerHostItem,
bool client
)
Parameters
- innerHostItem
Type: System.Object
- client
Type: System.Boolean