| Server IP : 180.180.241.3 / Your IP : 216.73.216.35 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Windows/Microsoft.NET/Framework/v2.0.50727/en/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>CustomMarshalers</name>
</assembly>
<members>
<member name="T:System.Runtime.InteropServices.CustomMarshalers.EnumerableToDispatchMarshaler">
<summary>
Marshals the COM IDispatch interface to the .NET Framework <see cref="T:System.Collections.IEnumerable" /> interface, and vice versa.
</summary>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.EnumerableToDispatchMarshaler.CleanUpManagedData(System.Object)">
<summary>
Performs necessary cleanup of the managed data when it is no longer needed.
</summary>
<param name="pManagedObj">
The managed object to be destroyed.
</param>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.EnumerableToDispatchMarshaler.CleanUpNativeData(System.IntPtr)">
<summary>
Performs necessary cleanup of the unmanaged data when it is no longer needed.
</summary>
<param name="pNativeData">
A pointer to the unmanaged data to be destroyed.
</param>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.EnumerableToDispatchMarshaler.GetInstance(System.String)">
<summary>
Returns an instance of the custom marshaler.
</summary>
<returns>
An instance of the custom marshaler.
</returns>
<param name="pstrCookie">
String "cookie" parameter that can be used by the custom marshaler.
</param>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.EnumerableToDispatchMarshaler.GetNativeDataSize">
<summary>
Returns the size in bytes of the unmanaged data to be marshaled.
</summary>
<returns>
-1 to indicate the type this marshaler handles is not a value type.
</returns>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.EnumerableToDispatchMarshaler.MarshalManagedToNative(System.Object)">
<summary>
Marshals an object from managed code to unmanaged code.
</summary>
<returns>
A pointer to the unmanaged object.
</returns>
<param name="pManagedObj">
The managed object to be converted.
</param>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.EnumerableToDispatchMarshaler.MarshalNativeToManaged(System.IntPtr)">
<summary>
Marshals an object from unmanaged code to managed code.
</summary>
<returns>
A managed object.
</returns>
<param name="pNativeData">
A pointer to the unmanaged object to be converted.
</param>
</member>
<member name="T:System.Runtime.InteropServices.CustomMarshalers.EnumeratorToEnumVariantMarshaler">
<summary>
Marshals the COM IEnumVARIANT interface to the .NET Framework <see cref="T:System.Collections.IEnumerator" /> interface, and vice versa.
</summary>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.EnumeratorToEnumVariantMarshaler.CleanUpManagedData(System.Object)">
<summary>
Performs necessary cleanup of the managed data when it is no longer needed.
</summary>
<param name="pManagedObj">
The managed object to be destroyed.
</param>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.EnumeratorToEnumVariantMarshaler.CleanUpNativeData(System.IntPtr)">
<summary>
Performs necessary cleanup of the unmanaged data when it is no longer needed.
</summary>
<param name="pNativeData">
A pointer to the unmanaged data to be destroyed.
</param>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.EnumeratorToEnumVariantMarshaler.GetInstance(System.String)">
<summary>
Returns an instance of the custom marshaler.
</summary>
<returns>
An instance of the custom marshaler.
</returns>
<param name="pstrCookie">
String "cookie" parameter that can be used by the custom marshaler.
</param>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.EnumeratorToEnumVariantMarshaler.GetNativeDataSize">
<summary>
Returns the size in bytes of the unmanaged data to be marshaled.
</summary>
<returns>
-1 to indicate the type this marshaler handles is not a value type.
</returns>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.EnumeratorToEnumVariantMarshaler.MarshalManagedToNative(System.Object)">
<summary>
Marshals an object from managed code to unmanaged code.
</summary>
<returns>
A pointer to the unmanaged object.
</returns>
<param name="pManagedObj">
The managed object to be converted.
</param>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.EnumeratorToEnumVariantMarshaler.MarshalNativeToManaged(System.IntPtr)">
<summary>
Marshals an object from unmanaged code to managed code.
</summary>
<returns>
A managed object.
</returns>
<param name="pNativeData">
A pointer to the unmanaged object to be converted.
</param>
</member>
<member name="T:System.Runtime.InteropServices.CustomMarshalers.ExpandoToDispatchExMarshaler">
<summary>
Marshals the COM IDispatchEx interface to either the .NET Framework <see cref="T:System.Runtime.InteropServices.Expando.IExpando" /> interface, or to the <see cref="T:System.Reflection.IReflect" /> interface, and vice versa.
</summary>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.ExpandoToDispatchExMarshaler.CleanUpManagedData(System.Object)">
<summary>
Performs necessary cleanup of the managed data when it is no longer needed.
</summary>
<param name="pManagedObj">
The managed object to be destroyed.
</param>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.ExpandoToDispatchExMarshaler.CleanUpNativeData(System.IntPtr)">
<summary>
Performs necessary cleanup of the unmanaged data when it is no longer needed.
</summary>
<param name="pNativeData">
A pointer to the unmanaged data to be destroyed.
</param>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.ExpandoToDispatchExMarshaler.GetInstance(System.String)">
<summary>
Returns an instance of the custom marshaler.
</summary>
<returns>
An instance of the custom marshaler.
</returns>
<param name="pstrCookie">
String "cookie" parameter that can be used by the custom marshaler.
</param>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.ExpandoToDispatchExMarshaler.GetNativeDataSize">
<summary>
Returns the size in bytes of the unmanaged data to be marshaled.
</summary>
<returns>
-1 to indicate the type this marshaler handles is not a value type.
</returns>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.ExpandoToDispatchExMarshaler.MarshalManagedToNative(System.Object)">
<summary>
Marshals an object from managed code to unmanaged code.
</summary>
<returns>
A pointer to the unmanaged object.
</returns>
<param name="pManagedObj">
The managed object to be converted.
</param>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.ExpandoToDispatchExMarshaler.MarshalNativeToManaged(System.IntPtr)">
<summary>
Marshals an object from unmanaged code to managed code.
</summary>
<returns>
A managed object.
</returns>
<param name="pNativeData">
A pointer to the unmanaged object to be converted.
</param>
</member>
<member name="T:System.Runtime.InteropServices.CustomMarshalers.TypeToTypeInfoMarshaler">
<summary>
Marshals the unmanaged ITypeInfo interface to the managed <see cref="T:System.Type" /> class, and marshals the managed <see cref="T:System.Type" /> class to the unmanaged ITypeInfo interface.
</summary>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.TypeToTypeInfoMarshaler.CleanUpManagedData(System.Object)">
<summary>
Performs necessary cleanup of the managed data when it is no longer needed.
</summary>
<param name="pManagedObj">
The managed object to be destroyed.
</param>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.TypeToTypeInfoMarshaler.CleanUpNativeData(System.IntPtr)">
<summary>
Performs necessary cleanup of the unmanaged data when it is no longer needed.
</summary>
<param name="pNativeData">
A pointer to the unmanaged data to be destroyed.
</param>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.TypeToTypeInfoMarshaler.GetInstance(System.String)">
<summary>
Returns an instance of the custom marshaler.
</summary>
<returns>
An instance of the custom marshaler.
</returns>
<param name="pstrCookie">
String "cookie" parameter that can be used by the custom marshaler.
</param>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.TypeToTypeInfoMarshaler.GetNativeDataSize">
<summary>
Returns the size in bytes of the unmanaged data to be marshaled.
</summary>
<returns>
-1 to indicate the type this marshaler handles is not a value type.
</returns>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.TypeToTypeInfoMarshaler.MarshalManagedToNative(System.Object)">
<summary>
Marshals an object from managed code to unmanaged code.
</summary>
<returns>
A pointer to the unmanaged object.
</returns>
<param name="pManagedObj">
The managed object to be converted.
</param>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.TypeToTypeInfoMarshaler.MarshalNativeToManaged(System.IntPtr)">
<summary>
Marshals an object from unmanaged code to managed code.
</summary>
<returns>
A managed object.
</returns>
<param name="pNativeData">
A pointer to the unmanaged object to be converted.
</param>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.EnumerableToDispatchMarshaler.#cctor">
<summary>
Provides the static class constructor.
</summary>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.EnumeratorToEnumVariantMarshaler.#cctor">
<summary>
Provides the static class constructor.
</summary>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.ExpandoToDispatchExMarshaler.#cctor">
<summary>
Provides the static class constructor.
</summary>
</member>
<member name="M:System.Runtime.InteropServices.CustomMarshalers.TypeToTypeInfoMarshaler.#cctor">
<summary>
Provides the static class constructor.
</summary>
</member>
</members>
</doc>