コード例 #1
0
ファイル: CngUIPolicy.cs プロジェクト: nlhepler/mono
		public CngUIPolicy (CngUIProtectionLevels protectionLevel,
		                    string friendlyName,
		                    string description,
		                    string useContext)
			: this (protectionLevel, friendlyName, description, useContext, null)
		{
		}
コード例 #2
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel,
                    string friendlyName,
                    string description,
                    string useContext)
     : this(protectionLevel, friendlyName, description, useContext, null)
 {
 }
コード例 #3
0
ファイル: CngUIPolicy.cs プロジェクト: rsumner31/corefx2
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle)
 {
     ProtectionLevel = protectionLevel;
     FriendlyName    = friendlyName;
     Description     = description;
     UseContext      = useContext;
     CreationTitle   = creationTitle;
 }
コード例 #4
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle)
 {
     this.m_creationTitle = creationTitle;
     this.m_description = description;
     this.m_friendlyName = friendlyName;
     this.m_protectionLevel = protectionLevel;
     this.m_useContext = useContext;
 }
コード例 #5
0
ファイル: CngUIPolicy.cs プロジェクト: ChuangYang/corefx
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle)
 {
     ProtectionLevel = protectionLevel;
     FriendlyName = friendlyName;
     Description = description;
     UseContext = useContext;
     CreationTitle = creationTitle;
 }
コード例 #6
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle)
 {
     this.m_creationTitle   = creationTitle;
     this.m_description     = description;
     this.m_friendlyName    = friendlyName;
     this.m_protectionLevel = protectionLevel;
     this.m_useContext      = useContext;
 }
コード例 #7
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel,
                    string friendlyName,
                    string description,
                    string useContext,
                    string creationTitle)
 {
     level   = protectionLevel;
     name    = friendlyName;
     desc    = description;
     context = useContext;
     title   = creationTitle;
 }
コード例 #8
0
ファイル: CngUIPolicy.cs プロジェクト: nlhepler/mono
		public CngUIPolicy (CngUIProtectionLevels protectionLevel,
		                    string friendlyName,
		                    string description,
		                    string useContext,
		                    string creationTitle)
		{
			level = protectionLevel;
			name = friendlyName;
			desc = description;
			context = useContext;
			title = creationTitle;
		}
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description)
 {
   Contract.Ensures(0 <= description.Length);
   Contract.Ensures(0 <= friendlyName.Length);
 }
コード例 #10
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel)
     : this(protectionLevel, null)
 {
 }
コード例 #11
0
ファイル: CngUIPolicy.cs プロジェクト: PlumpMath/CIL2Java
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle)
 {
     throw new NotImplementedException();
 }
コード例 #12
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle)
 {
 }
コード例 #13
0
ファイル: CngUIPolicy.cs プロジェクト: rsumner31/corefx2
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName)
     : this(protectionLevel, friendlyName, description : null)
 {
 }
 public CngUIPolicy(CngUIProtectionLevels protectionLevel)
 {
   Contract.Ensures(false);
 }
コード例 #15
0
ファイル: CngUIPolicy.cs プロジェクト: nlhepler/mono
		public CngUIPolicy (CngUIProtectionLevels protectionLevel)
			: this (protectionLevel, null)
		{
		}
コード例 #16
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string?friendlyName, string?description, string?useContext)
     : this(protectionLevel, friendlyName, description, useContext, creationTitle : null)
 {
 }
コード例 #17
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName)
 {
     Contract.Ensures(false);
 }
コード例 #18
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel)
 {
     Contract.Ensures(false);
 }
コード例 #19
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description)
 {
     Contract.Ensures(0 <= description.Length);
     Contract.Ensures(0 <= friendlyName.Length);
 }
コード例 #20
0
ファイル: CngUIPolicy.cs プロジェクト: ChuangYang/corefx
 public CngUIPolicy(CngUIProtectionLevels protectionLevel)
     : this(protectionLevel, friendlyName: null)
 {
 }
コード例 #21
0
ファイル: CngUIPolicy.cs プロジェクト: ChuangYang/corefx
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName)
     : this(protectionLevel, friendlyName, description: null)
 {
 }
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle)
 {
 }
コード例 #23
0
ファイル: CngUIPolicy.cs プロジェクト: rsumner31/corefx2
 public CngUIPolicy(CngUIProtectionLevels protectionLevel)
     : this(protectionLevel, friendlyName : null)
 {
 }
コード例 #24
0
ファイル: CngUIPolicy.cs プロジェクト: PlumpMath/CIL2Java
 public CngUIPolicy(CngUIProtectionLevels protectionLevel)
 {
     throw new NotImplementedException();
 }
コード例 #25
0
ファイル: CngUIPolicy.cs プロジェクト: PlumpMath/CIL2Java
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description)
 {
     throw new NotImplementedException();
 }
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName)
 {
   Contract.Ensures(false);
 }