WrapperPolicy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class WrapperPolicy abstract sealed
public ref class WrapperPolicy abstract sealed
class WrapperPolicy abstract sealed
public static class WrapperPolicy
type WrapperPolicy = class
Public Class WrapperPolicy
- Inheritance
-
WrapperPolicy
Methods
CreateAggregatedObject(Object) |
Wraps the provided object in a native layer that implements STA-threaded COM behavior. |
CreateFreeThreadedAggregatedObject(Object) |
Wraps the provided object in a native layer that implements free-threaded COM behavior. |
TryGetWrapper(Object) |
Return the RCW for the native IComWrapper instance aggregating "managedObject" if there is one. Return "null" if "managedObject" is not aggregated. |