Westwind.WebConnection.wwDotNetBridge.CreateInstance C# (CSharp) Метод

CreateInstance() публичный Метод

Creates a type reference from a given type name if the assembly is already loaded.
public CreateInstance ( string TypeName ) : object
TypeName string
Результат object
        public object CreateInstance(string TypeName)
        {
            object obj = CreateInstance_Internal(TypeName);
            return obj;
        }
wwDotNetBridge