You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

557 lines
9.1 KiB

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="GENERATOR" content="VSdocman - documentation generator; http://www.helixoft.com" />
<title>Action Methods</title>
<link rel="stylesheet" type="text/css" href="msdn10_lightweight/msdn10_lightweight.css"></link>
<script src="msdn10_lightweight/msdn10_lightweight.js" type="text/javascript"></script>
<script src="SyntaxHighlighter/scripts/shCore_helixoft.js" type="text/javascript"></script>
<script src="SyntaxHighlighter/scripts/shBrushVb.js" type="text/javascript"></script>
<script src="SyntaxHighlighter/scripts/shBrushCSharp.js" type="text/javascript"></script>
<script src="SyntaxHighlighter/scripts/shBrushCpp.js" type="text/javascript"></script>
<script src="SyntaxHighlighter/scripts/shBrushJScript.js" type="text/javascript"></script>
<link href="SyntaxHighlighter/styles/shCore.css" rel="stylesheet" type="text/css" />
<link href="SyntaxHighlighter/styles/shThemeMsdnLW.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
SyntaxHighlighter.all();
</script>
<script type="text/javascript">
<!--
if (self.name != "vbdocright") {
if (location.search != "?toc=no") {
var filename = location.pathname.replace(/\\/g, "/");
filename = filename.substring(filename.lastIndexOf('/')+1);
location.replace("index.html#" + filename);
}
}
function replaceTitleAndUrl(win, title, url) {
if(history.replaceState) {
win.history.replaceState(null, title, url);
} else {
win.document.title = document.title;
win.location.replace(url);
}
}
//-->
</script>
</head>
<body style="direction: ltr;">
<script type="text/javascript">
try {
if (location.search != "?toc=no") {
parent.document.title = document.title;
var filename = location.pathname.replace(/\\/g, "/");
filename = filename.substring(filename.lastIndexOf('/')+1);
if (window.parent.location.search == null || window.parent.location.search != "?" + filename) {
if (window.parent.location.hash == null || window.parent.location.hash != "#" + filename) {
replaceTitleAndUrl(window.parent, document.title, "index.html#" + filename);
}
}
}
} catch (ex) {}
</script>
<div id="topic">
<!--HEADER START-->
<div id="header">
<div id="runningHeaderText">EDKB12WS Reference</div>
<h1 class="title">Action Methods</h1>
<div id="headerLinks">
<a href="topic_0000000000000000.html">Action Class</a>
&nbsp;<a href="#seeAlsoSection">See Also</a>
</div>
<hr />
</div>
<!--HEADER END-->
<div id="mainSection">
<div id="mainBody">
<p />
<p>
The following tables list the members exposed by the
<a href="topic_0000000000000000.html">Action</a>
type.
</p>
<div class="section_container">
<div class="section_heading">
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Methods</a></span>
<div><hr /></div>
</div>
<div id="MethodsSection" class="section">
<table class="memberListTable">
<tr>
<th></th>
<th>
Name
</th>
<th>
Description
</th>
</tr>
<tr class="
netcf
">
<td>
<img alt="Public method" src="msdn10_lightweight/pubmethod.gif"></img>
<img alt="Supported by the .NET Compact Framework." src="msdn10_lightweight/CFW.gif"></img>
</td>
<td>
<a href="topic_0000000000000009.html">Destroy</a>
</td>
<td>
Zerstört die statische Instanz
</td>
</tr>
<tr class="
inheritedMember
">
<td>
<img alt="Public method" src="msdn10_lightweight/pubmethod.gif"></img>
</td>
<td>
<a target="_top" href="http://msdn2.microsoft.com/en-us/library/system.object.equals.aspx">Equals</a>
</td>
<td>
(Overloaded)
(inherited from <a target="_top" href="http://msdn2.microsoft.com/en-us/library/system.object.aspx">Object</a>).
</td>
</tr>
<tr class="
inheritedMember
">
<td>
<img alt="Protected method" src="msdn10_lightweight/protmethod.gif"></img>
</td>
<td>
<a target="_top" href="http://msdn2.microsoft.com/en-us/library/system.object.finalize.aspx">Finalize</a>
</td>
<td>
(inherited from <a target="_top" href="http://msdn2.microsoft.com/en-us/library/system.object.aspx">Object</a>).
</td>
</tr>
<tr class="
inheritedMember
">
<td>
<img alt="Public method" src="msdn10_lightweight/pubmethod.gif"></img>
</td>
<td>
<a target="_top" href="http://msdn2.microsoft.com/en-us/library/system.object.gethashcode.aspx">GetHashCode</a>
</td>
<td>
(inherited from <a target="_top" href="http://msdn2.microsoft.com/en-us/library/system.object.aspx">Object</a>).
</td>
</tr>
<tr class="
netcf
">
<td>
<img alt="Public method" src="msdn10_lightweight/pubmethod.gif"></img>
<img alt="Supported by the .NET Compact Framework." src="msdn10_lightweight/CFW.gif"></img>
</td>
<td>
<a href="topic_0000000000000008.html">GetParameterByName</a>
</td>
<td>
Returns a parameter identified by his name
</td>
</tr>
<tr class="
inheritedMember
">
<td>
<img alt="Public method" src="msdn10_lightweight/pubmethod.gif"></img>
</td>
<td>
<a target="_top" href="http://msdn2.microsoft.com/en-us/library/system.object.gettype.aspx">GetType</a>
</td>
<td>
(Overloaded)
(inherited from <a target="_top" href="http://msdn2.microsoft.com/en-us/library/system.object.aspx">Object</a>).
</td>
</tr>
<tr class="
netcf
">
<td>
<img alt="Private method" src="msdn10_lightweight/privmethod.gif"></img>
<img alt="Supported by the .NET Compact Framework." src="msdn10_lightweight/CFW.gif"></img>
</td>
<td>
<a href="topic_000000000000000A.html">IsValid</a>
</td>
<td>
Überprüft ob das Xml file dem angegebenen Schema entspricht
</td>
</tr>
<tr class="
netcf
">
<td>
<img alt="Public method" src="msdn10_lightweight/pubmethod.gif"></img>
<img alt="Supported by the .NET Compact Framework." src="msdn10_lightweight/CFW.gif"></img>
</td>
<td>
<a href="topic_0000000000000007.html">Load</a>
</td>
<td>
Lädt externes Xml file für automatisierte Aktionen
</td>
</tr>
<tr class="
inheritedMember
">
<td>
<img alt="Protected method" src="msdn10_lightweight/protmethod.gif"></img>
</td>
<td>
<a target="_top" href="http://msdn2.microsoft.com/en-us/library/system.object.memberwiseclone.aspx">MemberwiseClone</a>
</td>
<td>
(Overloaded)
(inherited from <a target="_top" href="http://msdn2.microsoft.com/en-us/library/system.object.aspx">Object</a>).
</td>
</tr>
<tr class="
inheritedMember
">
<td>
<img alt="Public method" src="msdn10_lightweight/pubmethod.gif"></img>
<img alt="Static" src="msdn10_lightweight/static.gif"></img>
</td>
<td>
<a target="_top" href="http://msdn2.microsoft.com/en-us/library/system.object.referenceequals.aspx">ReferenceEquals</a>
</td>
<td>
(inherited from <a target="_top" href="http://msdn2.microsoft.com/en-us/library/system.object.aspx">Object</a>).
</td>
</tr>
<tr class="
inheritedMember
">
<td>
<img alt="Public method" src="msdn10_lightweight/pubmethod.gif"></img>
</td>
<td>
<a target="_top" href="http://msdn2.microsoft.com/en-us/library/system.object.tostring.aspx">ToString</a>
</td>
<td>
(inherited from <a target="_top" href="http://msdn2.microsoft.com/en-us/library/system.object.aspx">Object</a>).
</td>
</tr>
<tr class="
netcf
">
<td>
<img alt="Private method" src="msdn10_lightweight/privmethod.gif"></img>
<img alt="Supported by the .NET Compact Framework." src="msdn10_lightweight/CFW.gif"></img>
</td>
<td>
<a href="topic_000000000000000B.html">ValidationCallback</a>
</td>
<td>
</td>
</tr>
</table>
<a href="#mainBody">
Top
</a>
</div>
</div>
<div class="section_container">
<div class="section_heading">
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">See Also</a></span>
<div><hr /></div>
</div>
<div id="seeAlsoSection" class="section">
<div>
<h4 class="subHeading">
Reference</h4>
<a href="topic_0000000000000000.html">Action Class</a><br />
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<p>Generated by VSdocman</p>
</div>
</div>
<script type="text/javascript">
<!--
try {
parent.frames["vbdocswitch"].expandLinkInToc(location.href);
} catch (ex) {}
//-->
</script>
</body>
</html>