System.Runtime.Remoting.RemotingServices.CheckCast C# (CSharp) Méthode

CheckCast() private méthode

private CheckCast ( Object objToExpand, Type type ) : Object
objToExpand Object
type System.Type
Résultat Object
        internal static extern Object CheckCast(Object objToExpand, Type type);

Same methods

RemotingServices::CheckCast ( RealProxy rp, Type castType ) : bool
RemotingServices