XppObjectBase.normalizeTypes Method
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.
Overloads
normalizeTypes(Object[], List<Object>) | |
normalizeTypes(Object[], Type[], List<Object>) |
normalizeTypes(Object[], List<Object>)
public:
static cli::array <Type ^> ^ normalizeTypes(cli::array <System::Object ^> ^ parameters, System::Collections::Generic::List<System::Object ^> ^ objectsToKeepAlive);
public static Type[] normalizeTypes (object[] parameters, System.Collections.Generic.List<object> objectsToKeepAlive);
static member normalizeTypes : obj[] * System.Collections.Generic.List<obj> -> Type[]
Public Shared Function normalizeTypes (parameters As Object(), objectsToKeepAlive As List(Of Object)) As Type()
Parameters
- parameters
- Object[]
Returns
Type[]
Applies to
normalizeTypes(Object[], Type[], List<Object>)
public:
static void normalizeTypes(cli::array <System::Object ^> ^ parameters, cli::array <Type ^> ^ paramTypes, System::Collections::Generic::List<System::Object ^> ^ objectsToKeepAlive);
public static void normalizeTypes (object[] parameters, Type[] paramTypes, System.Collections.Generic.List<object> objectsToKeepAlive);
static member normalizeTypes : obj[] * Type[] * System.Collections.Generic.List<obj> -> unit
Public Shared Sub normalizeTypes (parameters As Object(), paramTypes As Type(), objectsToKeepAlive As List(Of Object))
Parameters
- parameters
- Object[]
- paramTypes
- Type[]