マイナーでもいいよね??

殆どVB系、でも .NET じゃない VB は知らないよん

目次

Blog 利用状況

書庫

日記カテゴリ

プリンタ用のクラス(C#)

プリンタを表すクラス PrintQueue クラスの C# のコードです。

 

[DataObject()]

public sealed class PrintQueue : DomainObject

  #region プライベートフィールド

  private readonly string _name, _server;

  #endregion

 

  #region インターナルコンストラクタ

  //DirectoryEntry を指定して PrintQueue クラスの新しいインスタンスを初期化します。

  internal PrintQueue(DirectoryEntry entry)

    : base(entry)

  {

    _name = entry.Properties["printerName"].Value.ToString();

    _server = entry.Properties["serverName"].Value.ToString();

  }

  #endregion

 

  #region パブリックプロパティ

  //カラーかどうかを取得または設定します。

  public bool Color

  {

    get

    {

      if (base.IsDisposed)

      {

        throw new ObjectDisposedException(this.GetType().Name);

      }

      return Convert.ToBoolean(base.Entry.Properties["printColor"].Value);

    }

    set

    {

      if (base.IsDisposed)

      {

        throw new ObjectDisposedException(this.GetType().Name);

      }

      base.Entry.Properties["printColor"].Value = value;

    }

  }

※以降の DirectoryEntry を参照するプロパティの Dispose チェックは省略します。

  //両面かどうかを取得または設定します。

  public bool Duplex

  {

    get

    {

      return Convert.ToBoolean(base.Entry.Properties["printDuplexSupported"].Value);

    }

    set

    {

      base.Entry.Properties["printDuplexSupported"].Value = value;

    }

  }

 

  //名前を取得します。

  public string FullName

  {

    get

    {

      return base.Name;

    }

  }

 

  //場所を取得または設定します。

  public string Location

  {

    get

    {

      return (string)base.Entry.Properties["location"].Value;

    }

    set

    {

      base.Entry.Properties["location"].Value = value;

    }

  }

 

  //最高解像度を取得または設定します。

  public int? MaxResolution

  {

    get

    {

      return (int?)base.Entry.Properties["printMaxResolutionSupported"].Value;

    }

    set

    {

      base.Entry.Properties["printMaxResolutionSupported"].Value = value;

    }

  }

 

  //モデルを取得または設定します。

  public string Model

  {

    get

    {

      return (string)base.Entry.Properties["driverName"].Value;

    }

    set

    {

      base.Entry.Properties["driverName"].Value = value;

    }

  }

 

  //プリンタ名を取得します。

  public override string Name

  {

    get

    {

      return _name;

    }

  }

 

  //サーバ名を取得します。

  public string ServerName

  {

    get

    {

      return _server;

    }

  }

 

  //印刷速度を取得または設定します。

  public int? Speed

  {

    get

    {

      return (int?)base.Entry.Properties["printPagesPerMinute"].Value;

    }

    set

    {

      base.Entry.Properties["printPagesPerMinute"].Value = value;

    }

  }

 

  //ホチキス止めかどうかを取得または設定します。

  public bool Stapling

  {

    get

    {

      return Convert.ToBoolean(base.Entry.Properties["printStaplingSupported"].Value);

    }

    set

    {

      base.Entry.Properties["printStaplingSupported"].Value = value;

    }

  }

  #endregion

 

  #region パブリックメソッド

  //指定した名前のプリンタを検索します。このメソッドはデータバインド用です。

  [DataObjectMethod(DataObjectMethodType.Select)]

  public static PrintQueue FindByName(string name)

  {

    return (PrintQueue)DirectoryAccess.FindDirectoryObject(name, CategoryType.PrintQueue);

  }

 

  //プリンタの一覧を取得します。このメソッドはデータバインド用です。

  [DataObjectMethod(DataObjectMethodType.Select)]

  public static IList<PrintQueue> GetPrintQueues()

  {

    return DirectoryAccess.GetPrintQueues();  //プリンタを取得

  }

  #endregion

}

 

少しですが説明は VB のコードの方に書いてます。

データバインド用のメソッドは内部で DirectoryAccess クラスのメソッドを呼んでますが、これについては別途書きます。

投稿日時 : 2014年1月5日 0:18

コメントを追加

# cAurDhBilcUwyqvYDH 2021/07/03 4:26 https://www.blogger.com/profile/060647091882378654

You have brought up a very fantastic points , appreciate it for the post.

# can erectile dysfunction be permanent 2021/07/08 6:24 hydroxychloroquine for malaria

long term side effects of plaquenil https://plaquenilx.com/# lupus wikipedia english

# re: ?????????(C#) 2021/07/14 13:19 hydroxychloroquine risks

choloroquine https://chloroquineorigin.com/# malaria usmle

# re: ?????????(C#) 2021/07/24 17:22 why is hydroxychloroquine

chloroquine cvs https://chloroquineorigin.com/# do you need a prescription for hydroxychloroquine

# re: ?????????(C#) 2021/08/05 18:53 hydroxycloroquine

chloroquine amazon https://chloroquineorigin.com/# hydroxychloroquine uses

# I'm gone to tell my little brother, that he should also pay a visit this weblog on regular basis to obtain updated from hottest reports. 2021/08/30 3:08 I'm gone to tell my little brother, that he should

I'm gone to tell my little brother, that he should
also pay a visit this weblog on regular basis to obtain updated from hottest reports.

# I was wondering if you ever thought of changing the structure of your website? Its very well written; I love what youve got to say. But maybe you could a little more in the way of content so people could connect with it better. Youve got an awful lot o 2021/09/01 18:51 I was wondering if you ever thought of changing th

I was wondering if you ever thought of changing the
structure of your website? Its very well written; I love what youve got to say.
But maybe you could a little more in the way of content so people could connect with it better.

Youve got an awful lot of text for only having 1 or 2 pictures.
Maybe you could space it out better?

# I was wondering if you ever thought of changing the structure of your website? Its very well written; I love what youve got to say. But maybe you could a little more in the way of content so people could connect with it better. Youve got an awful lot o 2021/09/01 18:52 I was wondering if you ever thought of changing th

I was wondering if you ever thought of changing the
structure of your website? Its very well written; I love what youve got to say.
But maybe you could a little more in the way of content so people could connect with it better.

Youve got an awful lot of text for only having 1 or 2 pictures.
Maybe you could space it out better?

# I was wondering if you ever thought of changing the structure of your website? Its very well written; I love what youve got to say. But maybe you could a little more in the way of content so people could connect with it better. Youve got an awful lot o 2021/09/01 18:53 I was wondering if you ever thought of changing th

I was wondering if you ever thought of changing the
structure of your website? Its very well written; I love what youve got to say.
But maybe you could a little more in the way of content so people could connect with it better.

Youve got an awful lot of text for only having 1 or 2 pictures.
Maybe you could space it out better?

# I was wondering if you ever thought of changing the structure of your website? Its very well written; I love what youve got to say. But maybe you could a little more in the way of content so people could connect with it better. Youve got an awful lot o 2021/09/01 18:54 I was wondering if you ever thought of changing th

I was wondering if you ever thought of changing the
structure of your website? Its very well written; I love what youve got to say.
But maybe you could a little more in the way of content so people could connect with it better.

Youve got an awful lot of text for only having 1 or 2 pictures.
Maybe you could space it out better?

# This piece of writing presents clear idea for the new users of blogging, that actually how to do blogging and site-building. 2021/09/02 23:06 This piece of writing presents clear idea for the

This piece of writing presents clear idea for the new
users of blogging, that actually how to do blogging and site-building.

# This piece of writing presents clear idea for the new users of blogging, that actually how to do blogging and site-building. 2021/09/02 23:07 This piece of writing presents clear idea for the

This piece of writing presents clear idea for the new
users of blogging, that actually how to do blogging and site-building.

# This piece of writing presents clear idea for the new users of blogging, that actually how to do blogging and site-building. 2021/09/02 23:08 This piece of writing presents clear idea for the

This piece of writing presents clear idea for the new
users of blogging, that actually how to do blogging and site-building.

# This piece of writing presents clear idea for the new users of blogging, that actually how to do blogging and site-building. 2021/09/02 23:09 This piece of writing presents clear idea for the

This piece of writing presents clear idea for the new
users of blogging, that actually how to do blogging and site-building.

# I enjoy what you guys are usually up too. This type of clever work and coverage! Keep up the excellent works guys I've added you guys to my blogroll. 2021/09/04 10:58 I enjoy what you guys are usually up too. This typ

I enjoy what you guys are usually up too.
This type of clever work and coverage! Keep up the excellent works guys I've added you
guys to my blogroll.

# I enjoy what you guys are usually up too. This type of clever work and coverage! Keep up the excellent works guys I've added you guys to my blogroll. 2021/09/04 10:59 I enjoy what you guys are usually up too. This typ

I enjoy what you guys are usually up too.
This type of clever work and coverage! Keep up the excellent works guys I've added you
guys to my blogroll.

# I enjoy what you guys are usually up too. This type of clever work and coverage! Keep up the excellent works guys I've added you guys to my blogroll. 2021/09/04 11:00 I enjoy what you guys are usually up too. This typ

I enjoy what you guys are usually up too.
This type of clever work and coverage! Keep up the excellent works guys I've added you
guys to my blogroll.

# I enjoy what you guys are usually up too. This type of clever work and coverage! Keep up the excellent works guys I've added you guys to my blogroll. 2021/09/04 11:01 I enjoy what you guys are usually up too. This typ

I enjoy what you guys are usually up too.
This type of clever work and coverage! Keep up the excellent works guys I've added you
guys to my blogroll.

# In fact when someone doesn't understand afterward its up to other people that they will help, so here it takes place. 2021/09/06 17:38 In fact when someone doesn't understand afterward

In fact when someone doesn't understand afterward its up to other people that they will help, so
here it takes place.

# Wow, that's what I was looking for, what a material! present here at this webpage, thanks admin of this web page. quest bars https://www.iherb.com/search?kw=quest%20bars quest bars 2021/09/12 23:09 Wow, that's what I was looking for, what a materia

Wow, that's what I was looking for, what a material! present here
at this webpage, thanks admin of this web page. quest bars https://www.iherb.com/search?kw=quest%20bars quest bars

# Wow, that's what I was looking for, what a material! present here at this webpage, thanks admin of this web page. quest bars https://www.iherb.com/search?kw=quest%20bars quest bars 2021/09/12 23:10 Wow, that's what I was looking for, what a materia

Wow, that's what I was looking for, what a material! present here
at this webpage, thanks admin of this web page. quest bars https://www.iherb.com/search?kw=quest%20bars quest bars

# Wow, that's what I was looking for, what a material! present here at this webpage, thanks admin of this web page. quest bars https://www.iherb.com/search?kw=quest%20bars quest bars 2021/09/12 23:11 Wow, that's what I was looking for, what a materia

Wow, that's what I was looking for, what a material! present here
at this webpage, thanks admin of this web page. quest bars https://www.iherb.com/search?kw=quest%20bars quest bars

# Wow, that's what I was looking for, what a material! present here at this webpage, thanks admin of this web page. quest bars https://www.iherb.com/search?kw=quest%20bars quest bars 2021/09/12 23:12 Wow, that's what I was looking for, what a materia

Wow, that's what I was looking for, what a material! present here
at this webpage, thanks admin of this web page. quest bars https://www.iherb.com/search?kw=quest%20bars quest bars

# great put up, very informative. I ponder why the opposite experts of this sector do not understand this. You should proceed your writing. I am sure, you've a huge readers' base already! 2021/11/24 3:14 great put up, very informative. I ponder why the o

great put up, very informative. I ponder why
the opposite experts of this sector do not understand
this. You should proceed your writing. I am sure, you've
a huge readers' base already!

# tcjqtcoqswdt 2021/11/26 1:38 dwedayllzj

chloroquine structure https://chloroquinesun.com/

# Hello, just wanted to tell you, I liked this blog post. It was practical. Keep on posting! 2021/12/06 13:56 Hello, just wanted to tell you, I liked this blog

Hello, just wanted to tell you, I liked this blog post.
It was practical. Keep on posting!

# When someone writes an piece of writing he/she keeps the idea of a user in his/her brain that how a user can be aware of it. Thus that's why this piece of writing is great. Thanks! 2022/03/23 18:44 When someone writes an piece of writing he/she kee

When someone writes an piece of writing he/she keeps the idea of a user in his/her brain that how a user can be aware of it.
Thus that's why this piece of writing is great. Thanks!

# When someone writes an piece of writing he/she keeps the idea of a user in his/her brain that how a user can be aware of it. Thus that's why this piece of writing is great. Thanks! 2022/03/23 18:45 When someone writes an piece of writing he/she kee

When someone writes an piece of writing he/she keeps the idea of a user in his/her brain that how a user can be aware of it.
Thus that's why this piece of writing is great. Thanks!

# When someone writes an piece of writing he/she keeps the idea of a user in his/her brain that how a user can be aware of it. Thus that's why this piece of writing is great. Thanks! 2022/03/23 18:46 When someone writes an piece of writing he/she kee

When someone writes an piece of writing he/she keeps the idea of a user in his/her brain that how a user can be aware of it.
Thus that's why this piece of writing is great. Thanks!

# When someone writes an piece of writing he/she keeps the idea of a user in his/her brain that how a user can be aware of it. Thus that's why this piece of writing is great. Thanks! 2022/03/23 18:47 When someone writes an piece of writing he/she kee

When someone writes an piece of writing he/she keeps the idea of a user in his/her brain that how a user can be aware of it.
Thus that's why this piece of writing is great. Thanks!

# sldxxfikxvwe 2022/05/18 17:53 iaydorzw

https://erythromycinn.com/# erythromycin ophthalmic ointment side effects

# I am actually glad to read this website posts which carries tons of helpful facts, thanks for providing such data. 2022/06/04 12:23 I am actually glad to read this website posts whic

I am actually glad to read this website posts which carries tons of helpful facts, thanks for providing such data.

# I will right away grasp your rss as I can not to find your email subscription link or newsletter service. Do you've any? Please permit me recognize so that I may just subscribe. Thanks. 2022/06/05 14:03 I will right away grasp your rss as I can not to f

I will right away grasp your rss as I can not to find your email subscription link or newsletter service.
Do you've any? Please permit me recognize so that I may just subscribe.
Thanks.

# Hey there would you mind sharing which blog platform you're working with? I'm looking to start my own blog in the near future but I'm having a difficult time choosing between BlogEngine/Wordpress/B2evolution and Drupal. The reason I ask is because your 2022/06/06 6:55 Hey there would you mind sharing which blog platfo

Hey there would you mind sharing which blog platform you're working with?
I'm looking to start my own blog in the near future but I'm having a difficult time choosing
between BlogEngine/Wordpress/B2evolution and Drupal.
The reason I ask is because your design seems different then most blogs
and I'm looking for something completely unique.
P.S My apologies for being off-topic but I had to
ask!

# This website was... how do you say it? Relevant!! Finally I have found something which helped me. Many thanks! 2022/06/09 8:02 This website was... how do you say it? Relevant!!

This website was... how do you say it? Relevant!! Finally I have found something which helped
me. Many thanks!

# Link exchange is nothing else but it is simply placing the other person's weblog link on your page at appropriate place and other person will also do same for you. 2022/06/11 11:39 Link exchange is nothing else but it is simply pla

Link exchange is nothing else but it is simply placing the other person's
weblog link on your page at appropriate place and other person will also do same for you.

# Good day! I could have sworn I've been to this website before but after browsing through some of the post I realized it's new to me. Nonetheless, I'm definitely delighted I found it and I'll be book-marking and checking back often! 2022/06/12 18:26 Good day! I could have sworn I've been to this web

Good day! I could have sworn I've been to this website before but after browsing
through some of the post I realized it's new to me. Nonetheless, I'm definitely
delighted I found it and I'll be book-marking and checking back
often!

# Good day! I could have sworn I've been to this website before but after browsing through some of the post I realized it's new to me. Nonetheless, I'm definitely delighted I found it and I'll be book-marking and checking back often! 2022/06/12 18:27 Good day! I could have sworn I've been to this web

Good day! I could have sworn I've been to this website before but after browsing
through some of the post I realized it's new to me. Nonetheless, I'm definitely
delighted I found it and I'll be book-marking and checking back
often!

# Hi there colleagues, how is the whole thing, and what you desire to say on the topic of this post, in my view its genuinely remarkable designed for me. 2022/06/14 17:30 Hi there colleagues, how is the whole thing, and w

Hi there colleagues, how is the whole thing, and what you desire to say on the topic of this
post, in my view its genuinely remarkable designed for me.

# We are a gaggle of volunteers and opening a new scheme in our community. Your website provided us with useful information to work on. You have performed a formidable activity and our whole neighborhood will be grateful to you. 2022/07/26 17:16 We are a gaggle of volunteers and opening a new s

We are a gaggle of volunteers and opening a new scheme in our community.
Your website provided us with useful information to work on.
You have performed a formidable activity and our whole neighborhood will be
grateful to you.

# Thanks , I've just been looking for information about this subject for a long time and yours is the greatest I've discovered so far. However, what in regards to the bottom line? Are you positive about the supply? 2022/07/28 12:56 Thanks , I've just been looking for information ab

Thanks , I've just been looking for information about this
subject for a long time and yours is the greatest I've discovered so
far. However, what in regards to the bottom line?
Are you positive about the supply?

# Thanks , I've just been looking for information about this subject for a long time and yours is the greatest I've discovered so far. However, what in regards to the bottom line? Are you positive about the supply? 2022/07/28 12:58 Thanks , I've just been looking for information ab

Thanks , I've just been looking for information about this
subject for a long time and yours is the greatest I've discovered so
far. However, what in regards to the bottom line?
Are you positive about the supply?

# My partner and I stumbled over here coming from a different website and thought I may as well check things out. I like what I see so now i'm following you. Look forward to looking at your web page again. 2022/08/04 2:12 My partner and I stumbled over here coming from a

My partner and I stumbled over here coming from a different website and thought I may as well check things out.
I like what I see so now i'm following you.
Look forward to looking at your web page
again.

# Its like you read my mind! You seem to know a lot about this, like you wrote the book in it or something. I think that you could do with a few pics to drive the message home a little bit, but instead of that, this is wonderful blog. A fantastic read. I w 2022/08/10 6:48 Its like you read my mind! You seem to know a lot

Its like you read my mind! You seem to know
a lot about this, like you wrote the book in it or something.

I think that you could do with a few pics to drive the message home a
little bit, but instead of that, this is wonderful blog.
A fantastic read. I will certainly be back.

# Hello mates, how is the whole thing, and what you wish for to say about this paragraph, in my view its truly amazing in support of me. 2022/08/15 10:38 Hello mates, how is the whole thing, and what you

Hello mates, how is the whole thing, and what you wish for to say about this
paragraph, in my view its truly amazing in support of me.

# Hello mates, how is the whole thing, and what you wish for to say about this paragraph, in my view its truly amazing in support of me. 2022/08/15 10:39 Hello mates, how is the whole thing, and what you

Hello mates, how is the whole thing, and what you wish for to say about this
paragraph, in my view its truly amazing in support of me.

# Hello mates, how is the whole thing, and what you wish for to say about this paragraph, in my view its truly amazing in support of me. 2022/08/15 10:40 Hello mates, how is the whole thing, and what you

Hello mates, how is the whole thing, and what you wish for to say about this
paragraph, in my view its truly amazing in support of me.

# Why people still make use of to read news papers when in this technological world all is available on net? 2022/09/08 6:42 Why people still make use of to read news papers w

Why people still make use of to read news papers when in this technological world all is available on net?

# Good day! I know this is kind of off topic but I was wondering which blog platform are you using for this website? I'm getting tired of Wordpress because I've had problems with hackers and I'm looking at alternatives for another platform. I would be fant 2022/11/26 18:38 Good day! I know this is kind of off topic but I w

Good day! I know this is kind of off topic but I was wondering which
blog platform are you using for this website?
I'm getting tired of Wordpress because I've had problems with hackers and I'm looking
at alternatives for another platform. I would be fantastic if
you could point me in the direction of a good platform.

# aralen tablet 2022/12/27 8:27 MorrisReaks

hydroxychloroquine usa http://www.hydroxychloroquinex.com/

タイトル
名前
URL
コメント