public virtual void Initialize(string name, COMMemberInfo dispatch) {}
 public void Initialize(string name, COMMemberInfo dispatch)
 {
     this._name = name;
     this._comObject = dispatch;
 }
 public virtual void Initialize(string name, COMMemberInfo dispatch)
 {
 }
Ejemplo n.º 4
0
		public void Initialize (string name, COMMemberInfo dispatch)
		{
			throw new NotImplementedException ();
		}
 public virtual void Initialize(string name, COMMemberInfo dispatch)
 {
     this._name      = name;
     this._comObject = dispatch;
 }
Ejemplo n.º 6
0
 public void Initialize(string name, COMMemberInfo dispatch)
 {
     throw new NotImplementedException();
 }
 public COMMethodInfo() : base(null)
 {
     this._comObject = null;
     this._name      = null;
 }